Skip to content

Commit

Permalink
📝 Update broken link in documentation(#391)
Browse files Browse the repository at this point in the history
Signed-off-by: Yolan Honoré-Rougé <yolan.honore.rouge@gmail.com>
  • Loading branch information
Galileo-Galilei committed Dec 19, 2023
1 parent d8bf143 commit 267d886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/03_getting_started/01_example_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install kedro-mlflow==0.11.10

## Install the toy project

For this end to end example, we will use the [kedro starter](https://kedro.readthedocs.io/en/stable/get_started/starters.html) with the [iris dataset](https://github.com/quantumblacklabs/kedro-starter-pandas-iris).
For this end to end example, we will use the [kedro starter](https://docs.kedro.org/en/stable/starters/starters.html#official-kedro-starters) with the [iris dataset](https://github.com/quantumblacklabs/kedro-starter-pandas-iris).

We use this project because:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/04_experimentation_tracking/06_mlflow_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Mlflow offers a user interface (UI) that enable to browse the run history.

## The ``kedro-mlflow`` helper

When you use a local storage for kedro mlflow, you can call a [mlflow cli command](https://www.mlflow.org/docs/latest/quickstart.html#viewing-the-tracking-ui) to launch the UI if you do not have a [mlflow tracking server configured](https://www.mlflow.org/docs/latest/tracking.html#tracking-ui).
When you use a local storage for kedro mlflow, you can call a [mlflow cli command](https://www.mlflow.org/docs/latest/tracking.html#tracking-ui) to launch the UI if you do not have a [mlflow tracking server configured](https://www.mlflow.org/docs/latest/tracking.html#mlflow-tracking-server-optional).

To ensure this UI is linked to the tracking uri specified configuration, ``kedro-mlflow`` offers the following command:

Expand Down

0 comments on commit 267d886

Please sign in to comment.