Просмотр исходного кода

Fix FreshRSS logo link on Docker Hub
The link resolution does not seem to be supported automatically
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5819

Alexandre Alapetite 2 лет назад
Родитель
Сommit
711e2153d1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Docker/README.md

+ 1 - 1
Docker/README.md

@@ -11,7 +11,7 @@ FreshRSS is a self-hosted RSS feed aggregator.
 * Documentation: [`freshrss.github.io/FreshRSS`](https://freshrss.github.io/FreshRSS/)
 * Documentation: [`freshrss.github.io/FreshRSS`](https://freshrss.github.io/FreshRSS/)
 * License: [GNU AGPL 3](https://www.gnu.org/licenses/agpl-3.0.html)
 * License: [GNU AGPL 3](https://www.gnu.org/licenses/agpl-3.0.html)
 
 
-![FreshRSS logo](../docs/img/FreshRSS-logo.png)
+![FreshRSS logo](https://github.com/FreshRSS/FreshRSS/raw/edge/docs/img/FreshRSS-logo.png)
 
 
 ## Install Docker
 ## Install Docker