Преглед изворни кода

Change omnivore help URL (#8126)

Fix https://github.com/FreshRSS/FreshRSS/issues/7105
Alexis Degrugillier пре 7 месеци
родитељ
комит
4d420c4b4d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/shares.php

+ 1 - 1
app/shares.php

@@ -152,7 +152,7 @@ return [
 	'omnivore' => [
 		'url' => '~URL~/api/save?url=~LINK~',
 		'transform' => ['urlencode'],
-		'help' => 'https://omnivore.app/',
+		'help' => 'https://github.com/omnivore-app/omnivore',
 		'form' => 'advanced',
 		'method' => 'GET',
 	],