From 656dfdbbe509db7dc57838304dff78f1903f890d Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Thu, 28 Nov 2024 11:41:30 +0000 Subject: [PATCH] fix docs Signed-off-by: rashidakanchwala --- docs/source/cli-docs.md | 4 ++-- docs/source/kedro-viz_visualisation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/cli-docs.md b/docs/source/cli-docs.md index a5e5b7fe2..a4c3b95b7 100644 --- a/docs/source/cli-docs.md +++ b/docs/source/cli-docs.md @@ -44,10 +44,10 @@ kedro viz run [OPTIONS] - Whether to open the Kedro Viz interface in the default browser. The browser will open if the host is `localhost`. Defaults to `True`. - `--load-file ` - - Path to load Kedro Viz data 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). If provided, Kedro Viz will load the visualisation data from this path instead of generating it from the pipeline + - Path to load Kedro Viz data from a [directory](#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, Kedro Viz will load the visualisation data from this path instead of generating it from the pipeline - `--save-file ` - - Path to save Kedro Viz data 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). If provided, the visualisation data will be saved to this path for later use. + - Path to save Kedro Viz data to a [directory](#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, the visualisation data will be saved to this path for later use. - `--pipeline, -p ` - Name of the registered pipeline to visualise. If not set, the default pipeline is visualised. diff --git a/docs/source/kedro-viz_visualisation.md b/docs/source/kedro-viz_visualisation.md index b4e2cebfb..f734880fd 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/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). +* `--load-file=`: Load a specific pipeline visualisation from a [directory](./cli-docs.html#kedro-viz-directory-structure-when-you-save-it-as-a-file). +* `--save-file=`: Save the current pipeline visualisation to a [directory](./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.