Skip to content

Commit e74ea15

Browse files
authored
Merge pull request #2 from strayArch/chroot-link
fixed incorrect link
2 parents 18882f2 + cbf90eb commit e74ea15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributing/details.md.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* **Detailed description.** The body of the PR must contain a detailed description of what changes are being introduced, and most importantly, *why* this PR should be merged.
55
* **One package per request.** PRs must be for a single package only. A PR addressing multiple packages without merit risks having a delayed merge or being closed.
66
* **Squash commits.** Your commits must be meaningful. If you make incremental changes or fixes, they must [be squashed](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_squashing) before the pull request will be merged.
7-
* **Check that your changes build.** Your submission must build using the [clean chroot](https://archstrike.org/wiki/chroot) method on *all* supported architectures that the package is to be built for. No exceptions.
7+
* **Check that your changes build.** Your submission must build using the [clean chroot](https://archstrike.org/wiki/contributing/chroot) method on *all* supported architectures that the package is to be built for. No exceptions.
88
* **Work within one PR.** Do not close a PR and open another with new changes. Amend your commit and force push to your branch to update the changes in the pull request.
99
* Ensure your PR addresses three of the most common problems:
1010
* Correctly update the pkgver or pkgrel of the package (see below).

contributing/involvement.md.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
Submitting PKGBUILDs is a good way of helping out. The packages that fail to build can be seen on our [build issues page](https://archstrike.org/builder) and are prioritised for fixing. You can also create new PKGBUILDs for new tools that you want to see added in our repositories. If you are a developer, we are usually more then happy to add in new packages so you can submit them this way.
2020

21-
You can find a more detailed guide about this on our [wiki entry](https://archstrike.org/wiki/chroot) and also more details on the [contribution details page](https://archstrike.org/wiki/contributing).
21+
You can find a more detailed guide about this on our [wiki entry](https://archstrike.org/wiki/contributing/chroot) and also more details on the [contribution details page](https://archstrike.org/wiki/contributing).

0 commit comments

Comments
 (0)