We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f284e commit 469e974Copy full SHA for 469e974
docs/prod-cert-redirect.mdx
@@ -0,0 +1,10 @@
1
+---
2
+id: prod-cert
3
+title: Redirect
4
5
+
6
+import { Redirect } from '@docusaurus/router';
7
8
+<Redirect to="signing/prod-cert/" />
9
10
+This page will be redirected to `https://opensource.contentauthenticity.org/docs/signing/prod-cert`.
docs/signing-manifests-redirect.mdx
@@ -5,6 +5,6 @@ title: Redirect
import { Redirect } from '@docusaurus/router';
-<Redirect to="signing/signing-certs" />
+<Redirect to="../signing/" />
This page will be redirected to `https://opensource.contentauthenticity.org/docs/manifest/signing-manifests`.
0 commit comments