aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoelle Leigh <noelle_leigh@fastmail.com>2021-11-02 17:11:18 -0400
committerDrew DeVault <sir@cmpwn.com>2021-11-03 09:23:45 +0100
commit90767d910fb2e8757f1aa5c7a381571c10beaae8 (patch)
tree57721ba6901c9e4df29a724029ebdf0c28a581bc
parent9a1c1be1883e27b17c525ea4cdae30544dea36ba (diff)
downloadsr.ht-docs-90767d910fb2e8757f1aa5c7a381571c10beaae8.tar.gz
builds.sr.ht: Fix messed up auto-link
The plain HTTPS URL in the text was turned into an href that included the period at the end of the sentence, resulting in a link that went to <https://builds.sr.ht.>. Since that URL is only mentioned as a reference to where the API is defined, it seemed appropriate to just make it a <code> element instead.
-rw-r--r--builds.sr.ht/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md
index bd79378..1a96797 100644
--- a/builds.sr.ht/api.md
+++ b/builds.sr.ht/api.md
@@ -5,7 +5,7 @@ title: builds.sr.ht API reference
The builds.sr.ht API allows you to insert jobs, monitor their progress, and
access some information about the build system. Authentication to this API is
brokered by meta.sr.ht. This API uses standard sr.ht error responses. All
-requests should be submitted via https://builds.sr.ht.
+requests should be submitted via `https://builds.sr.ht`.
**Notice**: the builds.sr.ht API is due for an overhaul in the foreseeable
future; be prepared for it to change. The changes will be announced in advance