Skip to content

Commit 2f2cb7b

Browse files
committed
fix: ✏️ fix to non-redirected URLs
1 parent 7e7be16 commit 2f2cb7b

17 files changed

Lines changed: 46 additions & 47 deletions

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# EditorConfig settings. Some editors will read these automatically;
2-
# for those that don't, see here: http://editorconfig.org/
2+
# for those that don't, see here: https://editorconfig.org/
33

44
root = true
55

404.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Let's get you back to greener grounds.
88

99
![](/_extensions/seedcase-project/seedcase-theme/images/404.svg){fig-alt="An illustration of the number 404 surrounded by trees and mountains"}
1010

11-
## Illustration by [Storyset](https://storyset.com/web) {.appendix}
11+
## Illustration by [Storyset](https://storyset.com/online) {.appendix}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

33
Since we follow
4-
[Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits)
4+
[Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits/)
55
when writing commit messages, we're able to automatically create formal
66
"releases" of the template based on the commit messages. Releases in the
77
context of template are when changes occur to the `template/` files or
88
to the `copier.yaml` files. The releases are also published to Zenodo
99
for easier discovery, archival, and citation purposes. We use
10-
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen)
10+
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen/)
1111
to be able to automatically create these releases, which uses
1212
[SemVar](https://semverdoc.org) as the version numbering scheme.
1313

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ be reported by opening an issue or contacting one or more of the project
2626
maintainers.
2727

2828
This Code of Conduct is adapted from the Contributor Covenant
29-
(<https://contributor-covenant.org>), version 1.0.0, available at
30-
<https://contributor-covenant.org/version/1/0/0/>
29+
(<https://www.contributor-covenant.org>), version 1.0.0, available at
30+
<https://www.contributor-covenant.org/version/1/0/0/>

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ test it, it won't be able to test those changes. You have to commit the
5252
changes first in order for copier to use them.
5353

5454
When committing changes, please try to follow
55-
[Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits)
55+
[Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits/)
5656
as Git messages. Using this convention allows us to be able to
5757
automatically create a release based on the commit message by using
58-
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
58+
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen/).
5959
If you don't use Conventional Commits when making a commit, we will
6060
revise the pull request title to follow that format, as we use
6161
[squash merges](https://git-scm.com/docs/git-merge) when merging pull

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ status](https://results.pre-commit.ci/badge/github/seedcase-project/template-pyt
1919
state and is being actively
2020
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2121

22-
This repository contains a [copier](https://copier.readthedocs.io/)
23-
template for setting up a new repository for a Python package. Along
24-
with a structured directory layout, this template includes
25-
configurations for tools that improve developer experience, continuous
26-
integration and delivery workflows, and supporting files for building
27-
robust Python packages.
22+
This repository contains a
23+
[copier](https://copier.readthedocs.io/en/stable/) template for setting
24+
up a new repository for a Python package. Along with a structured
25+
directory layout, this template includes configurations for tools that
26+
improve developer experience, continuous integration and delivery
27+
workflows, and supporting files for building robust Python packages.
2828

2929
Check out our
3030
[website](https://template-python-package.seedcase-project.org) for more
3131
information, such as the features it provides and a
32-
[guide](https://template-python-package.seedcase-project.org/docs/guide/)
32+
[guide](https://template-python-package.seedcase-project.org/docs/guide)
3333
to using the template. For a list of changes, see our
34-
[changelog](https://template-python-package.seedcase-project.org/docs/releases/)
34+
[changelog](https://template-python-package.seedcase-project.org/changelog.html)
3535
page.
3636

3737
## Contributing
3838

3939
Check out our [contributing
40-
page](https://template-python-package.seedcase-project.org/contributing/)
40+
page](https://template-python-package.seedcase-project.org/contributing)
4141
for information on how to contribute to the project, including how to
4242
set up your development environment.
4343

@@ -52,7 +52,8 @@ requests :tada:
5252

5353
[@lwjohnst86](https://github.com/lwjohnst86),
5454
[@martonvago](https://github.com/martonvago),
55-
[@signekb](https://github.com/signekb)
55+
[@signekb](https://github.com/signekb),
56+
[@joelostblom](https://github.com/joelostblom)
5657

5758
## Licensing
5859

README.qmd

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ metadata-files:
1111

1212
{{< include /docs/includes/_badges.qmd >}}
1313

14-
This repository contains a [copier](https://copier.readthedocs.io/)
15-
template for setting up a new repository for a Python package. Along
16-
with a structured directory layout, this template includes
17-
configurations for tools that improve developer experience, continuous
18-
integration and delivery workflows, and supporting files for building
19-
robust Python packages.
14+
This repository contains a
15+
[copier](https://copier.readthedocs.io/en/stable/) template for setting
16+
up a new repository for a Python package. Along with a structured
17+
directory layout, this template includes configurations for tools that
18+
improve developer experience, continuous integration and delivery
19+
workflows, and supporting files for building robust Python packages.
2020

2121
Check out our [website]({{< meta links.site >}}) for more information,
2222
such as the features it provides and a
23-
[guide]({{< meta links.site >}}/docs/guide/) to using the template. For
24-
a list of changes, see our
25-
[changelog]({{< meta links.site >}}/docs/releases/) page.
23+
[guide]({{< meta links.site >}}/docs/guide) to using the template. For a
24+
list of changes, see our
25+
[changelog]({{< meta links.site >}}/changelog.html) page.
2626

2727
## Contributing
2828

29-
Check out our [contributing page]({{< meta links.site >}}/contributing/)
29+
Check out our [contributing page]({{< meta links.site >}}/contributing)
3030
for information on how to contribute to the project, including how to
3131
set up your development environment.
3232

docs/includes/_contributors.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The following people have contributed to this project by submitting pull requests :tada:
22

3-
[\@lwjohnst86](https://github.com/lwjohnst86), [\@martonvago](https://github.com/martonvago), [\@signekb](https://github.com/signekb)
3+
[\@lwjohnst86](https://github.com/lwjohnst86), [\@martonvago](https://github.com/martonvago), [\@signekb](https://github.com/signekb), [\@joelostblom](https://github.com/joelostblom)

index.qmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,17 @@ including for developing the package.
4343
- Uses [Quarto](https://quarto.org/) Markdown for the website content,
4444
allowing for easy integration of code, text, and figures.
4545
- Uses
46-
[Commitizen](https://decisions.seedcase-project.org/why-changelog-with-commitizen)
46+
[Commitizen](https://decisions.seedcase-project.org/why-changelog-with-commitizen/)
4747
to
4848
[check](https://decisions.seedcase-project.org/why-lint-with-commitizen/)
4949
commit messages and automatically create the changelog.
5050
- Automated Git tagging and GitHub releases with
5151
[commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen/)
5252
that are based on messages following
53-
[Conventional
54-
Commits](https://decisions.seedcase-project.org/why-conventional-commits).
53+
[Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits/).
5554
- Uses a [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
5655
license for the website content.
57-
- Uses an
58-
[MIT](https://decisions.seedcase-project.org/why-mit-license/index.html)
56+
- Uses an [MIT](https://decisions.seedcase-project.org/why-mit-license/)
5957
license for the code.
6058
- Optionally uses the
6159
[`seedcase-theme`](https://github.com/seedcase-project/seedcase-theme)

template/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# EditorConfig settings. Some editors will read these automatically;
2-
# for those that don't, see here: http://editorconfig.org/
2+
# for those that don't, see here: https://editorconfig.org/
33

44
root = true
55

0 commit comments

Comments
 (0)