Skip to content

Commit

Permalink
Fix intro link in lifecycle image (#110)
Browse files Browse the repository at this point in the history
* Fix intro link in lifecycle image

https://outerboundsco.slack.com/archives/C02116BBNTU/p1702572996270509

* Actually fix the SVG
  • Loading branch information
rohanrebello authored Dec 15, 2023
1 parent 7b772c3 commit 9518b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fix_links_in_metaflow_lifecycle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re, sys

LINKS = {
'link_notebook': '/metaflow/intro',
'link_notebook': '/metaflow/introduction',
'link_workflow': '/metaflow/basics',
'link_track': '/metaflow/basics#artifacts',
'link_visualize': '/metaflow/visualizing-results',
Expand Down
2 changes: 1 addition & 1 deletion static/assets/metaflow-lifecycle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9518b9e

Please sign in to comment.