aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2025-09-20 12:06:55 -0400
committerGravatar GitHub <noreply@github.com> 2025-09-20 18:06:55 +0200
commitcaecc5decf427a29ff2b947ded420ff0ecc21731 (patch)
tree2d697a8a925a61401fda41e8d556011b274b5ecc
parent16c5d84166220175bd48308221e658204f9a28da (diff)
fix linkding documentation link (#7985)
Closes #7984 Changes proposed in this pull request: - fix linkding documentation link How to test the feature manually: 1. add a linkding sharing method 2. click on the documentation link 3. validate that the link is working
-rw-r--r--app/shares.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shares.php b/app/shares.php
index 3717d48e3..bf9b1ef0f 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -125,7 +125,7 @@ return [
'linkding' => [
'url' => '~URL~/bookmarks/new?url=~LINK~&amp;title=~TITLE~&amp;auto_close',
'transform' => ['rawurlencode'],
- 'help' => 'https://github.com/sissbruecker/linkding/blob/master/docs/how-to.md',
+ 'help' => 'https://linkding.link/how-to/',
'form' => 'advanced',
'method' => 'GET',
],