diff --git a/spaceflights-pandas-viz/{{ cookiecutter.repo_name }}/README.md b/spaceflights-pandas-viz/{{ cookiecutter.repo_name }}/README.md index d8c5357c..dee3b31a 100644 --- a/spaceflights-pandas-viz/{{ cookiecutter.repo_name }}/README.md +++ b/spaceflights-pandas-viz/{{ cookiecutter.repo_name }}/README.md @@ -2,7 +2,7 @@ ## Overview -This is your new Kedro project for the [spaceflights tutorial](https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html) and the extra tutorial sections on [visualisation with Kedro-Viz](https://docs.kedro.org/projects/kedro-viz/en/stable/kedro-viz_visualisation.html) and [experiment tracking with Kedro-Viz](https://docs.kedro.org/projects/kedro-viz/en/stable/experiment_tracking.html), which was generated using `kedro {{ cookiecutter.kedro_version }}`. +This is your new Kedro project with Kedro-Viz setup, which was generated using `kedro {{ cookiecutter.kedro_version }}`. Take a look at the [Kedro documentation](https://docs.kedro.org) to get started. diff --git a/spaceflights-pandas/{{ cookiecutter.repo_name }}/README.md b/spaceflights-pandas/{{ cookiecutter.repo_name }}/README.md index 5cab97c6..c1d3fa54 100644 --- a/spaceflights-pandas/{{ cookiecutter.repo_name }}/README.md +++ b/spaceflights-pandas/{{ cookiecutter.repo_name }}/README.md @@ -2,7 +2,7 @@ ## Overview -This is your new Kedro project for the [spaceflights tutorial](https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html), which was generated using `kedro {{ cookiecutter.kedro_version }}`. +This is your new Kedro project, which was generated using `kedro {{ cookiecutter.kedro_version }}`. Take a look at the [Kedro documentation](https://docs.kedro.org) to get started. diff --git a/spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/README.md b/spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/README.md index a48e4404..d668840a 100644 --- a/spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/README.md +++ b/spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/README.md @@ -2,7 +2,7 @@ ## Overview -This is your new Kedro project for the [spaceflights tutorial](https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html) and the extra tutorial sections on [visualisation with Kedro-Viz](https://docs.kedro.org/projects/kedro-viz/en/stable/kedro-viz_visualisation.html) and [experiment tracking with Kedro-Viz](https://docs.kedro.org/projects/kedro-viz/en/stable/experiment_tracking.html) with PySpark setup, which was generated using `kedro {{ cookiecutter.kedro_version }}`. +This is your new Kedro project with Kedro-Viz and PySpark setup, which was generated using `kedro {{ cookiecutter.kedro_version }}`. Take a look at the [Kedro documentation](https://docs.kedro.org) to get started. diff --git a/spaceflights-pyspark/{{ cookiecutter.repo_name }}/README.md b/spaceflights-pyspark/{{ cookiecutter.repo_name }}/README.md index 1df5125f..3bfb66ac 100644 --- a/spaceflights-pyspark/{{ cookiecutter.repo_name }}/README.md +++ b/spaceflights-pyspark/{{ cookiecutter.repo_name }}/README.md @@ -2,7 +2,7 @@ ## Overview -This is your new Kedro project for the [spaceflights tutorial](https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html) with PySpark setup, which was generated using `kedro {{ cookiecutter.kedro_version }}`. +This is your new Kedro project with PySpark setup, which was generated using `kedro {{ cookiecutter.kedro_version }}`. Take a look at the [Kedro documentation](https://docs.kedro.org) to get started.