Skip to content

Commit

Permalink
docs: insert bug reporting links from the related box
Browse files Browse the repository at this point in the history
... on three docs pages.
  • Loading branch information
bagder committed Aug 21, 2024
1 parent d78392d commit 18d737e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<div class="relatedbox">
<b>Related:</b>
<br><a href="manpage.html">curl manpage</a>
<br><a href="https://github.com/curl/curl/issues/new?title=BUGS&amp;labels=documentation&amp;template=docs.yml&amp;source=CURL_URL" target="_new">File a bug about this page</a>
<br><a href="knownbugs.html">Known bugs</a>
<br><a href="tutorial.html">Tutorial</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/_faq.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ TITLE(FAQ -- Frequently Asked Questions)
<div class="relatedbox">
<b>Related:</b>
<br><a href="manpage.html">curl manpage</a>
<br><a href="https://github.com/curl/curl/issues/new?title=FAQ&amp;labels=documentation&amp;template=docs.yml&amp;source=CURL_URL" target="_new">File a bug about the FAQ</a>
<br><a href="httpscripting.html">HTTP Scripting</a>
<br><a href="tutorial.html">Tutorial</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/_sslcerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<div class="relatedbox">
<b>Related:</b>
<br><a href="caextract.html">CA extract</a>
<br><a href="https://github.com/curl/curl/issues/new?title=SSLCERTS.md&amp;labels=documentation&amp;template=docs.yml&amp;source=CURL_URL" target="_new">File a bug about this page</a>
</div>
#include "sslcerts.gen"
#include "_footer.html"
Expand Down

0 comments on commit 18d737e

Please sign in to comment.