From d1eb12506e1387c63666579fe3c444a8fccfcf9c Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Tue, 6 Feb 2024 17:29:19 -0800 Subject: [PATCH] Fix Hyperlinks in Markdown Documenation --- README.md | 2 +- nomad_jobs/services/postgres/readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba08d15..e6af73b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ ansible-playbook -i root@, ./utils/updateConfig.yml Be aware, that if you have an error it could cause the service to fail to start and you may need to connect to the host to look at the log files and fix the issue. ### Nomad Jobs -This is where the nomad job specs are stored. You can learn more about the job specs in the [nomad_jobs readme](./nomad_jobs/README.md). +This is where the nomad job specs are stored. You can learn more about the job specs in the [nomad_jobs readme](./nomad_jobs/REAMDE.md). diff --git a/nomad_jobs/services/postgres/readme.md b/nomad_jobs/services/postgres/readme.md index 0915936..2270455 100644 --- a/nomad_jobs/services/postgres/readme.md +++ b/nomad_jobs/services/postgres/readme.md @@ -16,8 +16,8 @@ If you want to deploy this, you will need to verify you have a valid host volume | --- | --- | --- | | 17 | `source = "postgres"` | Change `postgres` to a valid host volume name | | 38 | `volume = "postgres-data"` | Change `postgres-data` to the host volume defined on line 15 if applicable | -| 48 | `"POSTGRES_USER"="op://InfraSecrets/Postgres Root/username"` | Change the value to the root username you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#Managing_Secrets) for more information | -| 49 | `"POSTGRES_PASSWORD"="op://InfraSecrets/Postgres Root/password"` | Change the value to the root password you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#Managing_Secrets) for more information | +| 48 | `"POSTGRES_USER"="op://InfraSecrets/Postgres Root/username"` | Change the value to the root username you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#managing-secrets) for more information | +| 49 | `"POSTGRES_PASSWORD"="op://InfraSecrets/Postgres Root/password"` | Change the value to the root password you want. By default, this is a 1password path. See [Managing Secrets](../../REAMDE.md#managing-secrets) for more information | ## Make a New Database