Skip to content

Commit 127cbd4

Browse files
committed
Add hrefs
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent af56afa commit 127cbd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vulnerablecode/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@
276276
<a href="https://github.com/nexB/vulnerablecode"> nexB Inc. and others.</a>
277277
</p>
278278
<p>API is throttled for anon users it is 10/minute and 30/minute for user with API key </p>
279-
<p>Please refer to https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html and set <code> respect_retry_after_header </code> as True to respect the Retry-After header.</p>
280-
<p>Example: https://github.com/aboutcode-org/dejacode/pull/550/changes#diff-9065d35748dfe1659a740cce66f00cee2782e07016665739584799bd27489df3 </p>
279+
<p>Please refer to <a href="https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html" target="_blank">urllib3 documentation</a> and set <code> respect_retry_after_header </code> as True to respect the Retry-After header.</p>
280+
<p>Example: <a href="https://github.com/aboutcode-org/dejacode/pull/550/changes#diff-9065d35748dfe1659a740cce66f00cee2782e07016665739584799bd27489df3" target="_blank">Dejacode Implementation</a></p>
281281
<p>The VulnerableCode API exposes these endpoints:</p>
282282
<ul>
283283
<li>

0 commit comments

Comments
 (0)