Skip to content

Commit ee781f7

Browse files
AutoHmn13merelcht
andauthored
docs: fix broken venv command and broken external link in MLflow integration docs (#5394)
Made-with: Cursor Signed-off-by: AutoHmn13 <shmrck206@gmail.com> Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
1 parent 5ed5a6d commit ee781f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations-and-plugins/mlflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To set yourself up, create a new Kedro project:
2020
```
2121
$ kedro new --starter=spaceflights-pandas --name spaceflights-mlflow
2222
$ cd spaceflights-mlflow
23-
$ python -m venv && source .venv/bin/activate
23+
$ python -m venv .venv && source .venv/bin/activate
2424
(.venv) $ pip install -r requirements.txt
2525
```
2626

@@ -128,7 +128,7 @@ and you would be able to preview it in the MLflow web UI:
128128
it's probably because you had already executed `kedro run` while the dataset was marked as `versioned: true`.
129129
The solution is to clean up the old `data/08_reporting/dummy_confusion_matrix.png` directory.
130130

131-
Check out {external+kedro-mlflow:doc}`the official kedro-mlflow documentation on versioning Kedro datasets <source/04_experimentation_tracking/03_version_datasets>`
131+
Check out [the official kedro-mlflow documentation on versioning Kedro datasets](https://kedro-mlflow.readthedocs.io/en/stable/source/03_experiment_tracking/01_experiment_tracking/03_version_datasets.html)
132132
for more information.
133133

134134
### Model registry in MLflow using `kedro-mlflow`

0 commit comments

Comments
 (0)