diff --git a/.copier-answers.yml b/.copier-answers.yml index 8ea5127..3fc6822 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -9,7 +9,7 @@ enable_dependabot_version_updates: true module_name: app package_manager: poetry repo_settings: recommended -repository_description: A demo repository created using https://github.com/ONSdigital/ons-python-template +repository_description: A demo python repository created using the [ONS Python Template](https://github.com/ONSdigital/ons-python-template) repository_name: ons-python-template-demo repository_owner: ONSdigital repository_visibility: public diff --git a/README.md b/README.md index f780fff..5d402d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![poetry-managed](https://img.shields.io/badge/poetry-managed-blue)](https://python-poetry.org/) [![License - MIT](https://img.shields.io/badge/licence%20-MIT-1ac403.svg)](https://github.com/ONSdigital/ons-python-template-demo/blob/main/LICENSE) -A demo repository created using https://github.com/ONSdigital/ons-python-template +A demo python repository created using the [ONS Python Template](https://github.com/ONSdigital/ons-python-template) --- diff --git a/pyproject.toml b/pyproject.toml index 90301ea..7fd511d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "ons-python-template-demo" version = "0.1.0" -description = "A demo repository created using https://github.com/ONSdigital/ons-python-template" +description = "A demo python repository created using the [ONS Python Template](https://github.com/ONSdigital/ons-python-template)" authors = ["ONSdigital"] license = "MIT" readme = "README.md"