Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 06a35df

Browse files
committed
(docs): Fixing the redirect issue to a non-existent page.
1 parent 4ce47a0 commit 06a35df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module.exports = {
199199
from: ["/how-to/create-message-broker"]
200200
},
201201
{
202-
to: "/plugins/guides/authentication",
202+
to: "/guides/authentication",
203203
from: ["/authentication-plugin-examples"]
204204
},
205205
{

0 commit comments

Comments
 (0)