Skip to content

Commit d93146d

Browse files
committed
docs: Add link in doc
1 parent 2393bf2 commit d93146d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/app-templates/smarty/pages/help_api.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
<li><a href="#application">Application name/version</a></li>
6666
<li><a href="#scriptsamples">Scripts samples</a></li>
6767
<li><a href="#apiratelimit">Rate Limits</a></li>
68+
<ol>
69+
<li><a href="#apiratelimit_currentlimits">Current API rate limits</a></li>
70+
</ol>
6871
</ol>
6972
</li>
7073
</ol>
@@ -515,6 +518,7 @@ Content-Type: application/xml</code></pre>
515518
<pre><code class="language-xml">{$gk_xml_rate_limit_error}</code></pre>
516519

517520
<h4>Current API rate limits</h4>
521+
<a class="anchor" id="apiratelimit_currentlimits"></a>
518522
<p>
519523
Your effective limit is the base multiplied by your tier multiplier (the <b>period</b> does not change):
520524
<code>effective_limit = floor(base_limit × tier_multiplier)</code>

0 commit comments

Comments
 (0)