Skip to content

Commit 55e7d93

Browse files
DelazJm-kuhn
authored andcommitted
Fix link to developer's guide
1 parent a652f73 commit 55e7d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Getting your pull request merged
2121
This is a volunteer project, so sometimes it may take a little while to merge
2222
your pull request.
2323

24-
There is a [guide with hints for getting your pull requests merged](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/git.html#pull-requests)
24+
There is a [guide with hints for getting your pull requests merged](https://docs.qgis.org/testing/en/docs/developers_guide/git.html#pull-requests)
2525
in the developers guide.

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include a few sentences describing the overall goals for this PR (pull request).
99
- [ ] Commits which fix bugs include `fixes #11111` in the commit message next to the description
1010
- [ ] Commits which add new features are tagged with `[FEATURE]` in the commit message
1111
- [ ] Commits which change the UI or existing user workflows are tagged with `[needs-docs]` in the commit message and containt sufficient information in the commit message to be documented
12-
- [ ] I have read the [QGIS Coding Standards](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/codingstandards.html) and this PR complies with them
12+
- [ ] I have read the [QGIS Coding Standards](https://docs.qgis.org/testing/en/docs/developers_guide/codingstandards.html) and this PR complies with them
1313
- [ ] This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR)
1414
- [ ] New unit tests have been added for core changes
1515
- [ ] I have run [the `scripts/prepare-commit.sh` script](https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTE.md#contributing-to-qgis) before each commit

0 commit comments

Comments
 (0)