diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
| commit | ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (patch) | |
| tree | 0fb6e9666a3b3c496ab4a35677a642500ba76887 /Installation-Notes.md | |
| parent | 53aa4f30db9149fa200d8106d895cfe11aca8338 (diff) | |
First pass at fixing links and some formatting.
Diffstat (limited to 'Installation-Notes.md')
| -rw-r--r-- | Installation-Notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |