Skip to content

Commit 60bddfe

Browse files
committed
fix: update database page links
1 parent cfb5d3e commit 60bddfe

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/content/docs/gcs/Database/docker-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ PASSWD="sample-password"`
1515
3. Run `dotnet run` in console
1616
4. Open Redis Commander and log in with the credentials set in the `.env` file
1717

18-
## Next Step: [Python Virtual Environment Setup](https://github.com/Northrop-Grumman-Collaboration-Project/gcs-database-api/wiki/Python-Virtual-Environment-Setup)
18+
## Next Step: [Python Virtual Environment Setup](../python-env)

src/content/docs/gcs/Database/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Home page for Database API documentation
44
---
55

66
## Endpoint Documentation
7-
- [Emergency Stop Command](emergency-stop.md)
8-
- [Geofence Zones](zones.md)
9-
- [Mission Info](mission-info.md)
10-
- [Mission Stages](mission-stage.md)
7+
- [Emergency Stop Command](emergency-stop)
8+
- [Geofence Zones](zones)
9+
- [Mission Info](mission-info)
10+
- [Mission Stages](mission-stage)
1111

1212

1313
## Resources
14-
* [Setting up VS Code Profile](vscode-profile.md)
15-
* [Testing the Sending and Receiving of Telemetry Data (WebSocket + RabbitMQ)](rabbitmq-telemetry.md)
16-
* [Docker Setup](docker-setup.md)
17-
* [Python Virtual Environment Setup](python-env.md)
14+
* [Setting up VS Code Profile](vscode-profile)
15+
* [Testing the Sending and Receiving of Telemetry Data (WebSocket + RabbitMQ)](rabbitmq-telemetry)
16+
* [Docker Setup](docker-setup)
17+
* [Python Virtual Environment Setup](python-env)

src/content/docs/gcs/Database/rabbitmq-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This page provides instructions on how to set up and test:
1111
2. Install [Python](https://wiki.python.org/moin/BeginnersGuide/Download)
1212

1313
## Instructions
14-
1. Setup [Docker Container](docker-setup.md)
15-
2. Set up [Python Virtual Environment](python-env.md)
14+
1. Setup [Docker Container](../docker-setup)
15+
2. Set up [Python Virtual Environment](../python-env)
1616
3. ...

0 commit comments

Comments
 (0)