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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user