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:
@ -14,7 +14,7 @@ However, for further hardening, it is possible to prevent any user (even super-u
|
||||
- `/api/v3/propertymappings*`
|
||||
- `/api/v3/managed/blueprints*`
|
||||
|
||||
With these restrictions in place, expressions can only be edited using [Blueprints on the file system](https://docs.goauthentik.io/developer-docs/blueprints/#storage---file). Take care to restrict access to the file system itself.
|
||||
With these restrictions in place, expressions can only be edited using [Blueprints on the file system](../customize/blueprints/index.md#storage---file). Take care to restrict access to the file system itself.
|
||||
|
||||
### Blueprints
|
||||
|
||||
@ -24,7 +24,7 @@ To prevent any user from creating/editing blueprints, block API requests to this
|
||||
|
||||
- `/api/v3/managed/blueprints*`
|
||||
|
||||
With these restrictions in place, Blueprints can only be edited via [the file system](https://docs.goauthentik.io/developer-docs/blueprints/#storage---file).
|
||||
With these restrictions in place, Blueprints can only be edited via [the file system](../customize/blueprints/index.md#storage---file).
|
||||
|
||||
### CAPTCHA Stage
|
||||
|
||||
@ -35,4 +35,4 @@ To prevent any user from creating/editing CAPTCHA stages block API requests to t
|
||||
- `/api/v3/stages/captcha*`
|
||||
- `/api/v3/managed/blueprints*`
|
||||
|
||||
With these restrictions in place, CAPTCHA stages can only be edited using [Blueprints on the file system](https://docs.goauthentik.io/developer-docs/blueprints/#storage---file).
|
||||
With these restrictions in place, CAPTCHA stages can only be edited using [Blueprints on the file system](../customize/blueprints/index.md#storage---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"
|
||||
|
Reference in New Issue
Block a user