diff --git a/docs/source/kedro-viz_visualisation.md b/docs/source/kedro-viz_visualisation.md index cfc131e94..b4e2cebfb 100644 --- a/docs/source/kedro-viz_visualisation.md +++ b/docs/source/kedro-viz_visualisation.md @@ -279,8 +279,8 @@ The `%run_viz` command supports various optional arguments found in `kedro viz r * `--host=`: Specify the server host. * `--port=`: Set the server port. -* `--load-file=`: Load a specific pipeline visualisation from a [directory](https://docs.kedro.org/projects/kedro-viz/en/stable/cli-docs.html#kedro-viz-directory-structure-when-you-save-it-as-a-file). -* `--save-file=`: Save the current pipeline visualisation to a [directory](https://docs.kedro.org/projects/kedro-viz/en/stable/cli-docs.html#kedro-viz-directory-structure-when-you-save-it-as-a-file). +* `--load-file=`: Load a specific pipeline visualisation from a [directory](https://docs.kedro.org/projects/kedro-viz/en/latest/cli-docs.html#kedro-viz-directory-structure-when-you-save-it-as-a-file). +* `--save-file=`: Save the current pipeline visualisation to a [directory](https://docs.kedro.org/projects/kedro-viz/en/latest/cli-docs.html#kedro-viz-directory-structure-when-you-save-it-as-a-file). * `--pipeline=`: Visualise a specific pipeline. * `--env=`: Set the environment for the visualisation. * `--autoreload`: Enable automatic reloading of the visualisation when source code changes.