From 1fcce06339ca3162dffda8eb03268cbfb9651598 Mon Sep 17 00:00:00 2001
From: Keith Millette <keith@xx.network>
Date: Thu, 14 Mar 2024 17:39:53 +0900
Subject: [PATCH] Fix broken anchors

---
 website/docs/gateway/10-gateway-config.md | 2 +-
 website/docs/node/10-node-config.md       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/gateway/10-gateway-config.md b/website/docs/gateway/10-gateway-config.md
index 2e5b8a4..878d894 100644
--- a/website/docs/gateway/10-gateway-config.md
+++ b/website/docs/gateway/10-gateway-config.md
@@ -94,7 +94,7 @@ Change the IP address `0.0.0.0` to the public IP address of the NODE computer.
 
 ### Set Database Password
 
-In the earlier step, [PostgreSQL Database](gateway-database#set-the-password-for-the-user-named-cmix), you set the password of the PostgreSQL user, *cmix*. Find the section below ...
+In the earlier step, [PostgreSQL Database](7-gateway-database.md#create-postgresql-user-cmix), you set the password of the PostgreSQL user, *cmix*. Find the section below ...
 ```
 # Database connection information. (Required)
 dbName: "cmix_gateway"
diff --git a/website/docs/node/10-node-config.md b/website/docs/node/10-node-config.md
index e458f34..a478f88 100644
--- a/website/docs/node/10-node-config.md
+++ b/website/docs/node/10-node-config.md
@@ -95,7 +95,7 @@ nano /opt/xxnetwork/config/cmix.yaml
 
 ## Edit *cmix.yaml*
 
-In the earlier step, [cMix Node Database Configuration](node-database#set-the-password-for-the-user-named-cmix), you set the password of the PostgreSQL user, *cmix*. Find the section below ...
+In the earlier step, [PostgreSQL Database](7-node-database.md#create-postgresql-user-cmix), you set the password of the PostgreSQL user, *cmix*. Find the section below ...
 ```
 # Information to connect to the Postgres database storing keys. (Required)
 database:
-- 
GitLab