Skip to content

Commit ffffcf6

Browse files
committed
chore: shorten URLs
1 parent 822927c commit ffffcf6

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
[![CI](https://img.shields.io/github/actions/workflow/status/leodevian/modern-python/ci.yaml?branch=main&logo=github&label=CI)](https://github.com/leodevian/modern-python/actions/workflows/ci.yaml)
55
[![License](https://img.shields.io/github/license/leodevian/modern-python)](https://github.com/leodevian/modern-python/blob/main/LICENSE)
66

7-
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
7+
[Copier](https://copier.readthedocs.io/) template for modern Python packages.
88

99
## Setup and usage
1010

1111
This Copier template requires:
1212

1313
- [Git](https://git-scm.com/) version 2.
1414
- [Python](https://www.python.org/) 3.9 or more.
15-
- [Copier](https://copier.readthedocs.io/en/stable/) version 9.6 or more.
15+
- [Copier](https://copier.readthedocs.io/) version 9.6 or more.
1616
- [Copier Template-Extensions](https://github.com/copier-org/copier-template-extensions) version 0.3.2 or more.
1717

1818
To install Git, [download and install it from the official website](https://git-scm.com/downloads).

changelog.d/+f6ce9b91.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shorten URLs.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[![CI](https://img.shields.io/github/actions/workflow/status/leodevian/modern-python/ci.yaml?branch=main&logo=github&label=CI)](https://github.com/leodevian/modern-python/actions/workflows/ci.yaml)
55
[![license](https://img.shields.io/github/license/leodevian/modern-python)](https://github.com/leodevian/modern-python/blob/main/LICENSE)
66

7-
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
7+
[Copier](https://copier.readthedocs.io/) template for modern Python packages.
88

99
This Copier template requires:
1010

1111
- [Git](https://git-scm.com/) version 2.
1212
- [Python](https://www.python.org/) 3.9 or more.
13-
- [Copier](https://copier.readthedocs.io/en/stable/) version 9.6 or more.
13+
- [Copier](https://copier.readthedocs.io/) version 9.6 or more.
1414
- [Copier Template-Extensions](https://github.com/copier-org/copier-template-extensions) version 0.3.2 or more.
1515

1616
To install Git, [download and install it from the official website](https://git-scm.com/downloads).

template/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99

10-
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/en/stable/):
10+
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/):
1111

1212
```console
1313
$ pip install {{ distribution_name }}

template/tests/{% if dynamic_version %}test_version.py{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import importlib.metadata
77
from {{ package_name }} import __version__
88

99

10-
# https://packaging.python.org/en/latest/discussions/single-source-version/#single-sourcing-the-project-version
10+
# https://packaging.python.org/discussions/single-source-version/#single-sourcing-the-project-version
1111
def test_version() -> None:
1212
"""Test that the version attribute matches the package version."""
1313
version = importlib.metadata.version("{{ distribution_name }}")

template/{% if docs %}docs{% endif %}/{% if docs == 'mkdocs' %}.{% endif %}/index.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99

10-
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/en/stable/):
10+
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/):
1111

1212
```console
1313
$ pip install {{ distribution_name }}

0 commit comments

Comments
 (0)