Skip to content

Commit

Permalink
Change latest docs links to point to stable
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <[email protected]>
  • Loading branch information
Ahdra Merali committed Jan 10, 2024
1 parent 7160bcd commit 5500b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kedro/framework/cli/starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
kedro new --tools=all\n
kedro new --tools=none
For more information on using tools, see https://docs.kedro.org/en/latest/starters/new_project_tools.html
For more information on using tools, see https://docs.kedro.org/en/stable/starters/new_project_tools.html
"""
CONFIG_ARG_HELP = """Non-interactive mode, using a configuration yaml file. This file
must supply the keys required by the template's prompts.yml. When not using a starter,
Expand Down Expand Up @@ -875,7 +875,7 @@ def _create_project(template_path: str, cookiecutter_args: dict[str, Any]):
template_path: The path to the cookiecutter template to create the project.
It could either be a local directory or a remote VCS repository
supported by cookiecutter. For more details, please see:
https://cookiecutter.readthedocs.io/en/latest/usage.html#generate-your-project
https://cookiecutter.readthedocs.io/en/stable/usage.html#generate-your-project
cookiecutter_args: Arguments to pass to cookiecutter.
Raises:
Expand Down
2 changes: 1 addition & 1 deletion kedro/framework/project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def find_pipelines() -> dict[str, Pipeline]: # noqa: PLR0912
can modify the mapping generated by the ``find_pipelines`` function.
For more information on the pipeline registry and autodiscovery, see
https://kedro.readthedocs.io/en/latest/nodes_and_pipelines/pipeline_registry.html
https://kedro.readthedocs.io/en/stable/nodes_and_pipelines/pipeline_registry.html
Returns:
A generated mapping from pipeline names to ``Pipeline`` objects.
Expand Down

0 comments on commit 5500b95

Please sign in to comment.