Skip to content

Commit

Permalink
docs: adjust banner migration link
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Aug 25, 2024
1 parent 9526f26 commit ea6636f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const generateSourceLinkTemplate = (gitRevision) =>
gitRevision || '{gitRevision}'
}/{path}#L{line}`;

// TODO: remove the /next/ fragment after the v5 official release
const migrationGuideLink = '/docs/next/guides/migrate';
const migrationGuideLink = `${generateBaseUrl(process.env.DOCS_BASE_URL)}docs/guides/migrate`;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down

0 comments on commit ea6636f

Please sign in to comment.