diff --git a/website/docs/security/security-hardening.md b/website/docs/security/security-hardening.md index 4592c307cc..0c6bc18ee8 100644 --- a/website/docs/security/security-hardening.md +++ b/website/docs/security/security-hardening.md @@ -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). diff --git a/website/netlify.toml b/website/netlify.toml index 6b8f35ca9e..1aaf3f1b4a 100644 --- a/website/netlify.toml +++ b/website/netlify.toml @@ -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"