File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ template. Both the uv and justfile websites have a more detailed guide
2222on using uv, but below are some simple instructions to get you started.
2323
2424It'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,
2626install 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 ) .
5353If you don't use Conventional Commits when making a commit, we will
5454revise 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.
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ A dataset containing flora species records and their observed growth stages acro
267267
268268::: callout-note
269269The ` 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
271271generate a table listing of the resources in the Data Package, including
272272their titles and descriptions. This table is appended to the file and
273273will appear after the "\# # Resources" heading when rendered.
You can’t perform that action at this time.
0 commit comments