Skip to content

Commit dfdad2b

Browse files
committed
refactor: update the GitHub PAT link
1 parent 18135ea commit dfdad2b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

server/fishtest/templates/rate_limits.mak

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@
1515
</thead>
1616
<tbody>
1717
<tr>
18-
<td>
19-
${remaining}
20-
</td>
21-
<td id="client_rate_limit"></td>
18+
<td>${remaining}</td>
19+
<td id="client_rate_limit"></td>
2220
</tr>
2321
</tbody>
2422
</table>
2523
<p>
26-
If you are frequently hitting the client rate limit then it is recommended to install
27-
a <a href="https://github.com/settings/tokens?type=beta" target="_blank">GitHub person\
28-
al access token</a> in your <a href=/user>profile</a>.
24+
If you are frequently hitting the client rate limit then it is recommended to
25+
install a
26+
<a href="https://github.com/settings/personal-access-tokens" target="_blank">
27+
GitHub personal access token
28+
</a>
29+
in your
30+
<a href="/user"> profile </a>.
2931
</p>
3032
<script>
3133
async function showRateLimit(elt) {

server/fishtest/templates/user.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Instructions on how to obtain the token -->
202202
<h4>Instructions for generating a new token:</h4>
203203
<ol>
204-
<li>Access the <a href="https://github.com/settings/tokens?type=beta" target="_blank">Github link</a> (login if required).</li>
204+
<li>Access the <a href="https://github.com/settings/personal-access-tokens" target="_blank">Github link</a> (login if required).</li>
205205
<li>Press "Generate a new token".</li>
206206
<li>Set a "Token name".</li>
207207
<li>Set your preferred "Expiration" time.</li>

0 commit comments

Comments
 (0)