فهرست منبع

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
Alexis Degrugillier 11 ماه پیش
والد
کامیت
caecc5decf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/shares.php

+ 1 - 1
app/shares.php

@@ -125,7 +125,7 @@ return [
 	'linkding' => [
 		'url' => '~URL~/bookmarks/new?url=~LINK~&title=~TITLE~&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',
 	],