summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-01-25 19:15:36 +0000
committerfox <[email protected]>2020-01-25 19:15:36 +0000
commitd16c936c64fc63920f81cda9618d6a150cd4c4f2 (patch)
tree125e23892ab55fe2db0b95a3ad68ab22596636dc
parentb6d48bd9035b53b3caae385cfc548d27000183ac (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 4267a7b..5092f0d 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -10,7 +10,7 @@ Official dockerized setup requires [docker-compose](https://docs.docker.com/comp
Use this if you want to always run uptodate tt-rss code.
-[Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
+&rarr; [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
#### 2. Static: uses pre-built images provided via Docker Hub
@@ -18,7 +18,7 @@ This seems to be a more commonly used pattern for Docker containers: images (inc
Use this if you want manual control over tt-rss updates or an ability to revert to an older prebuilt image.
-[Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
+&rarr; [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
Alternatively, continue to a host installation section below.