Skip to content

Commit

Permalink
(docs): Fixing the redirect issue to a non-existent page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dericksozo committed Dec 4, 2024
1 parent 4ce47a0 commit 06a35df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ module.exports = {
from: ["/how-to/create-message-broker"]
},
{
to: "/plugins/guides/authentication",
to: "/guides/authentication",
from: ["/authentication-plugin-examples"]
},
{
Expand Down

0 comments on commit 06a35df

Please sign in to comment.