website/docs: fix some broken links (#11742)

* Update security-hardening.md broken links

Signed-off-by: Norbert Takács <bokker11@hotmail.com>

* Removed extra link

Signed-off-by: Norbert Takács <bokker11@hotmail.com>

* added space back

Signed-off-by: Norbert Takács <bokker11@hotmail.com>

* fix netlify redirects

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* use relative links

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

---------

Signed-off-by: Norbert Takács <bokker11@hotmail.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Norbert Takács
2024-10-21 16:54:14 +02:00
committed by GitHub
parent 277895ead2
commit 1932993b2c
2 changed files with 10 additions and 4 deletions

View File

@ -1000,7 +1000,7 @@
force = true
[[redirects]]
from = "/developer-docsapi/websocket"
from = "/developer-docs/api/websocket"
to = "/docs/developer-docs/api/websocket"
status = 302
force = true
@ -1011,6 +1011,12 @@
status = 302
force = true
[[redirects]]
from = "/developer-docs/blueprints"
to = "/docs/customize/blueprints"
status = 302
force = true
[[redirects]]
from = "/developer-docs/docs/writing-documentation"
to = "/docs/developer-docs/docs/writing-documentation"