Skip to content

Commit

Permalink
Fix broken link by removing it (kedro-org#3122)
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
Signed-off-by: Laiza Parizotto <laizamsparizotto@gmail.com>
  • Loading branch information
stichbury authored and laizaparizotto committed Oct 9, 2023
1 parent f257c35 commit a380bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/nodes_and_pipelines/micro_packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can package a micro-package by executing: `kedro micropkg package <micropkg_

`kedro micropkg package pipelines.data_processing`

* This will generate a new [source distribution](https://docs.python.org/3/distutils/sourcedist.html) for this micro-package.
* This will generate a new source distribution for this micro-package.
* By default, the tar file will be saved into `dist/` directory inside your project.
* You can customise the target with the `--destination` (`-d`) option.

Expand Down

0 comments on commit a380bac

Please sign in to comment.