diff options
author | Sam Whited <sam@samwhited.com> | 2020-03-21 10:29:12 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-21 10:29:42 -0400 |
commit | 5228070339ab63eb1ab7b2b1051107c4ca35e16f (patch) | |
tree | 81fdc0ab11957175d5b312fe8e73a62b8913767f /builds.sr.ht | |
parent | 2dcfc41d6b7ee20a34569f989cc89d70ddd11abe (diff) | |
download | sr.ht-docs-5228070339ab63eb1ab7b2b1051107c4ca35e16f.tar.gz |
Fix links on builds.sr.ht man page
Previously two mailing list links did not have targets and were broken,
this patch fixes them to point to the correct mailing list.
Signed-off-by: Sam Whited <sam@samwhited.com>
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/api.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index e6f722f..4bc542d 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -9,7 +9,11 @@ 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 -on the [sr.ht-announce][announce] and [sr.ht-discuss][discuss] mailing lists. +on the [sr.ht-announce] and [sr.ht-discuss] mailing lists. + +[sr.ht-announce]: https://lists.sr.ht/~sircmpwn/sr.ht-announce +[sr.ht-discuss]: https://lists.sr.ht/~sircmpwn/sr.ht-discuss + # API Endpoints |