Skip to content

Commit c262971

Browse files
chore: update the pre-GA link to proper website redirect (#950)
Related-to kubeflow/website#4334 Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent d4b05eb commit c262971

File tree

1 file changed

+3
-1
lines changed
  • workspaces/frontend/src/shared/utilities

1 file changed

+3
-1
lines changed

workspaces/frontend/src/shared/utilities/const.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export const MOCK_API_ENABLED = process.env.MOCK_API_ENABLED === 'true';
2222
/** Set HIDE_PRE_GA_BANNER=true to hide the pre-GA banner; shown by default. */
2323
export const HIDE_PRE_GA_BANNER = process.env.HIDE_PRE_GA_BANNER === 'true';
2424
/** Learn more link in the pre-GA banner; default kubeflow.org. */
25-
export const PRE_GA_LEARN_MORE_LINK = process.env.PRE_GA_LEARN_MORE_LINK || 'https://kubeflow.org';
25+
export const PRE_GA_LEARN_MORE_LINK =
26+
process.env.PRE_GA_LEARN_MORE_LINK ||
27+
'https://www.kubeflow.org/docs/components/notebooks/notebooks-v2-pre-ga-banner';
2628

2729
export const CONTENT_TYPE_KEY = 'Content-Type';

0 commit comments

Comments
 (0)