diff --git a/src/en/client_development/http_api_extras.md b/src/en/client_development/http_api_extras.md index 24ba749..9f90993 100644 --- a/src/en/client_development/http_api_extras.md +++ b/src/en/client_development/http_api_extras.md @@ -18,7 +18,7 @@ This contains extras not in the [API docs](/api). **GET example** -The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/interfaces/others.ts#L1). +The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/types/others.ts#L1). ``` curl "http://localhost:8536/api/{version}/community/list?sort=Hot"` diff --git a/src/en/contributing/resources.md b/src/en/contributing/resources.md index 2bdfb5a..fb60aa1 100644 --- a/src/en/contributing/resources.md +++ b/src/en/contributing/resources.md @@ -10,7 +10,7 @@ - [Rust JWT](https://github.com/Keats/jsonwebtoken) - [Hierarchical tree building javascript](https://stackoverflow.com/a/40732240/1655478) - [Hot sorting discussion](https://meta.stackexchange.com/questions/11602/what-formula-should-be-used-to-determine-hot-questions) [2](https://medium.com/hacking-and-gonzo/how-reddit-ranking-algorithms-work-ef111e33d0d9) -- [Classification types.](https://www.reddit.com/r/ModeratorDuck/wiki/subreddit_classification) +- [List of subreddit types.](https://www.reddit.com/r/ListOfSubreddits/wiki/listofsubreddits/) - [RES expando - Possibly make this into a switching react component.](https://github.com/honestbleeps/Reddit-Enhancement-Suite/tree/d21f55c21e734f47d8ed03fe0ebce5b16653b0bd/lib/modules/hosts) - [Temp Icon](https://www.flaticon.com/free-icon/mouse_194242) - [Rust docker build](https://shaneutt.com/blog/rust-fast-small-docker-image-builds/)