فهرست منبع

Change omnivore help URL (#8126)

Fix https://github.com/FreshRSS/FreshRSS/issues/7105
Alexis Degrugillier 5 ماه پیش
والد
کامیت
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',
 	],