From ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 19:36:03 +0000 Subject: First pass at fixing links and some formatting. --- Installation-Notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Installation-Notes.md') diff --git a/Installation-Notes.md b/Installation-Notes.md index 65d54f5..1695164 100644 --- a/Installation-Notes.md +++ b/Installation-Notes.md @@ -75,7 +75,7 @@ version: '3' services: # see FAQ entry below if upgrading from a different PostgreSQL major version (e.g. 12 to 15): - # https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/InstallationNotes.md#i-got-the-updated-compose-file-above-and-now-my-database-keeps-restarting + # https://github.com/supahgreg/tt-rss/wiki/Installation-Notes#i-got-the-updated-compose-file-above-and-now-my-database-keeps-restarting db: image: postgres:15-alpine restart: unless-stopped @@ -217,7 +217,7 @@ TTRSS_SELF_URL_PATH=http://example.com/tt-rss Don't use quotes around values. Note the prefix (`TTRSS_`) before the value. -Look [here](https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/GlobalConfig.md) for more information. +Look [here](https://github.com/supahgreg/tt-rss/wiki/Global-Config) for more information. #### Container options -- cgit v1.2.3-54-g00ecf