Skip to content

Commit 11b38ac

Browse files
authored
docs: ✏️ fix URL issues (#71)
# Description After running `just check-urls` Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 793c627 commit 11b38ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ template. Both the uv and justfile websites have a more detailed guide
2222
on using uv, but below are some simple instructions to get you started.
2323

2424
It's easiest to install uv and justfile using
25-
[pipx](https://pypa.github.io/pipx/), so install that first. Then,
25+
[pipx](https://pipx.pypa.io/latest/), so install that first. Then,
2626
install uv and justfile by running:
2727

2828
``` bash
@@ -52,6 +52,6 @@ automatically create a release based on the commit message by using
5252
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
5353
If you don't use Conventional Commits when making a commit, we will
5454
revise the pull request title to follow that format, as we use [squash
55-
merges](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/squashing-commits/about-squash-merges)
56-
when merging pull requests, so all other commits in the pull request
57-
will be squashed into one commit.
55+
merges](https://git-scm.com/docs/git-merge) when merging pull requests,
56+
so all other commits in the pull request will be squashed into one
57+
commit.

docs/design/interface/outputs.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ A dataset containing flora species records and their observed growth stages acro
267267

268268
::: callout-note
269269
The `index.qmd` file uses Quarto's [listing
270-
feature](https://quarto.org/docs/authoring/metadata/#listings) to
270+
feature](https://quarto.org/docs/websites/website-listings.html) to
271271
generate a table listing of the resources in the Data Package, including
272272
their titles and descriptions. This table is appended to the file and
273273
will appear after the "\## Resources" heading when rendered.

0 commit comments

Comments
 (0)