Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <rashida_kanchwala@mckinsey.com>
  • Loading branch information
rashidakanchwala committed Jan 31, 2025
1 parent 7cfb3e5 commit 105fc7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions src/components/deprecation-banner/deprecation-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,22 @@ export const DeprecationBanner = () => {

<p className="deprecation-banner-modal__secondary-text">
Find out more from{' '}
{renderLink('https://example.com/blog-post', 'this blog post')}.
{renderLink(
'https://kedro.org/blog/deprecate-experiment-tracking-kedro-viz',
'this blog post'
)}
.
</p>

<p className="deprecation-banner-modal__secondary-text">
Our documentation explains{' '}
{renderLink(
'https://google.com',
'https://docs.kedro.org/en/stable/integrations/mlflow.html',
'how to continue using Kedro with MLflow for experiment tracking'
)}
, and{' '}
{renderLink(
'https://google.com',
'https://docs.kedro.org/projects/kedro-viz/en/latest/migrate_experiment_tracking.html',
'how to migrate a Kedro project to use them'
)}
.
Expand Down

0 comments on commit 105fc7e

Please sign in to comment.