diff options
| author | 2025-10-16 08:36:42 -0400 | |
|---|---|---|
| committer | 2025-10-16 14:36:42 +0200 | |
| commit | 4d420c4b4d89eaf6e1ef1848841046c7839408bc (patch) | |
| tree | c41a8c54687f79bf424f5866203e0dcc0a84f3cb | |
| parent | 470e1a79b83a006d94eedfd712c8bf0294e08cd0 (diff) | |
Change omnivore help URL (#8126)
Fix https://github.com/FreshRSS/FreshRSS/issues/7105
| -rw-r--r-- | app/shares.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shares.php b/app/shares.php index bf9b1ef0f..8f0c3cc92 100644 --- a/app/shares.php +++ b/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', ], |
