From 2aab2813f44275683c70631ebc2a2a96dd748a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Tue, 17 Sep 2024 15:42:18 +0200 Subject: [PATCH] fix community links --- README.md | 2 +- docs/src/content/docs/community.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510a785..2b74379 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The full documentation is now available at [linkding.link](https://linkding.link If you want to contribute to the documentation, you can find the source files in the `docs` folder. -If you want to contribute a community project, feel free to [submit a PR](https://github.com/sissbruecker/linkding/edit/master/docs/community.md). +If you want to contribute a community project, feel free to [submit a PR](https://github.com/sissbruecker/linkding/edit/master/docs/src/content/docs/community.md). ## Contributing diff --git a/docs/src/content/docs/community.md b/docs/src/content/docs/community.md index c79be3e..b94de1c 100644 --- a/docs/src/content/docs/community.md +++ b/docs/src/content/docs/community.md @@ -3,7 +3,7 @@ title: "Community" description: "Community projects around linkding" --- -This section lists community projects around using linkding, in alphabetical order. If you have a project that you want to share with the linkding community, feel free to [submit a PR](https://github.com/sissbruecker/linkding/edit/master/docs/community.md) to add your project to this section. +This section lists community projects around using linkding, in alphabetical order. If you have a project that you want to share with the linkding community, feel free to [submit a PR](https://github.com/sissbruecker/linkding/edit/master/docs/src/content/docs/community.md) to add your project to this section. - [aiolinkding](https://github.com/bachya/aiolinkding) A Python3, async library to interact with the linkding REST API. By [bachya](https://github.com/bachya) - [feed2linkding](https://codeberg.org/strubbl/feed2linkding) A commandline utility to add all web feed item links to linkding via API call. By [Strubbl](https://github.com/Strubbl)