summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hutchings <andrew@mariadb.org>2023-02-22 10:32:17 +0000
committerDaniel Black <daniel@mariadb.org>2023-02-23 16:44:29 +1100
commitb24b3cea7dc8d27be981e6259550c8556508acee (patch)
tree6b9820ab9276e99a35d7615d026beb928316c8e1
parentb4ef9f766db28d258621aa888fdffd168321e3ba (diff)
downloadmariadb-git-b24b3cea7dc8d27be981e6259550c8556508acee.tar.gz
Fix CODING_STANDARDS link in PR template
Relative links do not work in pull request templates, so use an explicit link instead.
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 4941fb38226..fbba6e12f12 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -58,4 +58,4 @@ You might consider answering some questions like:
TODO: fill details here, if applicable, or remove the section
## PR quality check
-- [ ] I checked the [CODING_STANDARDS.md](CODING_STANDARDS.md) file and my PR conforms to this where appropriate.
+- [ ] I checked the [CODING_STANDARDS.md](https://github.com/MariaDB/server/blob/11.0/CODING_STANDARDS.md) file and my PR conforms to this where appropriate.