File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
server/fishtest/templates Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments