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)