aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht
diff options
context:
space:
mode:
authorThomas Jespersen <t@laumann.xyz>2020-08-06 14:37:35 +0200
committerDrew DeVault <sir@cmpwn.com>2020-08-06 09:16:19 -0400
commit7c7480e7a38b65409ba1055aa3ecb592f6433b77 (patch)
treee98ce88ceb393d86950a2bcec20e64ebf7a85fe4 /meta.sr.ht
parent60d8b519d4d789b7fc863095b2a97078eb728fdd (diff)
downloadsr.ht-docs-7c7480e7a38b65409ba1055aa3ecb592f6433b77.tar.gz
meta.sr.ht: Fix documentation links in api.md
Diffstat (limited to 'meta.sr.ht')
-rw-r--r--meta.sr.ht/api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.sr.ht/api.md b/meta.sr.ht/api.md
index c8cccb6..e07c21c 100644
--- a/meta.sr.ht/api.md
+++ b/meta.sr.ht/api.md
@@ -4,7 +4,7 @@ title: meta.sr.ht API
There are two primary APIs for accessing meta.sr.ht programmatically:
-- [OAuth API](../oauth-api.md): authenticating across all sr.ht services
-- [User API](../user-api.md): accessing information about the authenticated user
+- [OAuth API](oauth-api.md): authenticating across all sr.ht services
+- [User API](user-api.md): accessing information about the authenticated user
Each is documented on their respective pages.