From f0f76d4dbd43f7c31184eb5de0a1202fef383e3a Mon Sep 17 00:00:00 2001 From: 0WN463 <35750423+0WN463@users.noreply.github.com> Date: Tue, 8 Aug 2023 04:55:47 +0800 Subject: [PATCH] Fix linking to wrong page for 'lemmy-js-client' on contributers/01-overview.md (#263) Co-authored-by: 0WN463 <> --- src/contributors/01-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributors/01-overview.md b/src/contributors/01-overview.md index 469dc14..d9df539 100644 --- a/src/contributors/01-overview.md +++ b/src/contributors/01-overview.md @@ -8,7 +8,7 @@ These are the main repositories which are relevant for contributors: - [lemmy-ui](https://github.com/LemmyNet/lemmy-ui): The main frontend for Lemmy. It provides the user interface that you see when viewing a Lemmy instance. Written in Typescript and CSS with the Inferno framework. - [lemmy-ansible](https://github.com/LemmyNet/lemmy-ansible): Automated installation method which is recommended for users without technical knowledge. - [joinlemmy-site](https://github.com/LemmyNet/joinlemmy-site): Source code for the official project website [join-lemmy.org](https://join-lemmy.org/). Landing page for new users which includes general information and a list of instances. -- [lemmy-js-client](https://github.com/LemmyNet): Client for the Lemmy API which is used by lemmy-ui. Can also be used by other projects to get started more easily. +- [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client): Client for the Lemmy API which is used by lemmy-ui. Can also be used by other projects to get started more easily. - [activitypub-federation-rust](https://github.com/LemmyNet/activitypub-federation-rust): High-level framework for ActivityPub federation in Rust. Was originally part of the Lemmy code, but was extracted and made more generic so that other projects can use it too. There are many different ways to contribute, depending on your skills and interests: