Skip to content

Commit 7eec234

Browse files
enhance: fix redirects
1 parent 534cb61 commit 7eec234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ const redirects = [
179179
to: "/u/getting_started/installation/freebsd",
180180
},
181181
{
182-
from: "/docs/next/getting_started/install_crowdsec",
182+
from: "/docs/getting_started/install_crowdsec",
183183
to: "/u/getting_started/installation/linux",
184184
},
185185
{
186-
from: "/docs/next/getting_started/install_crowdsec_freebsd",
186+
from: "/docs/getting_started/install_crowdsec_freebsd",
187187
to: "/u/getting_started/installation/freebsd",
188188
},
189189
];

0 commit comments

Comments
 (0)