From 83e123e62f97fffe1e288b43422ddb819a2d8f88 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Wed, 31 Aug 2022 13:40:58 +0200 Subject: [PATCH] Fixed link --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 2c5f901..d32a5c3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -204,4 +204,4 @@ If you don't see anything happening after you triggered a webhook, double-check ### DBShell in Netbox container doen't work -We don't install `psql` into the Netbox container. Because of this the command `./manage.py dbshell` will not work. To access the database shell directly use the command mentioned under the section [Database Operations](database-operations). \ No newline at end of file +We don't install `psql` into the Netbox container. Because of this the command `./manage.py dbshell` will not work. To access the database shell directly use the command mentioned under the section [Database Operations](#database-operations). \ No newline at end of file