From 19f9f58630b5e969432ccb75b9986f0eb9712eee Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Fri, 29 Jul 2022 16:25:58 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b544e..c0ce524 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To configure the server itself, we'll want to configure the environment variable | POSTGRES_USER | Username you will use to connect to your database. The Resolve default is "postgres" | | POSTGRES_PASSWORD | Password you will use to connect to your database. The Resolve default is "DaVinci" | | TZ | Your timezone, here is [a list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)| -| POSTGRES_LOCATION | Location your database will be stored. See [Volume Locations](###Volume-Locations) | +| POSTGRES_LOCATION | Location your database will be stored. See [Volume Locations](#volume-locations) | ### Backups To configure the backups, we'll want to configure the variables below: @@ -72,7 +72,7 @@ To configure the backups, we'll want to configure the variables below: | BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. | | BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. | | BACKUP_KEEP_MONTHS | Number of daily backups to keep before removal. | -| BACKUP_LOCATION | Location your backups will be stored. See [Volume Locations](###Volume-Locations) | +| BACKUP_LOCATION | Location your backups will be stored. See [Volume Locations](#volume-locations) | ### PGAdmin To configure PGAdmin, we'll want to configure the variables below: