From d536d4810a2d8b43141be741b9dd270177c35f09 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 22 Aug 2021 22:44:50 -0400 Subject: [PATCH] Refer to API docs multiple times --- src/en/client_development/client_development.md | 4 ++-- src/en/client_development/http_api_extras.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/en/client_development/client_development.md b/src/en/client_development/client_development.md index 99b780a..fe7edbe 100644 --- a/src/en/client_development/client_development.md +++ b/src/en/client_development/client_development.md @@ -1,5 +1,5 @@ # Client Development - [API docs](/api) -- [HTTP API extras](client_development/http_api_extras) -- [Theming Guide](client_development/theming.md) +- [HTTP API extras](http_api_extras.md) +- [Theming Guide](theming.md) diff --git a/src/en/client_development/http_api_extras.md b/src/en/client_development/http_api_extras.md index de07c97..5bac1ce 100644 --- a/src/en/client_development/http_api_extras.md +++ b/src/en/client_development/http_api_extras.md @@ -1,5 +1,7 @@ # Lemmy HTTP API Extras +This contains extras not in the [API docs](/api). + - [Curl Examples](#curl-examples)