aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:49:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-11 09:50:01 -0700
commit2390f58a07024ab29d4e85952d99da4571959371 (patch)
treeaf3a6e0a454289d7232071f9c41b2ddf0c88cd00 /.github
parent01bae106bff928a7cb944c6c89f7846243bf4913 (diff)
downloadpandoc-2390f58a07024ab29d4e85952d99da4571959371.tar.gz
Fix link to contributing guidelines.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index b5267bc74..3d55cf67a 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -8,8 +8,8 @@ contact_links:
about: "Discussion forum for pandoc (may be used as an email list)"
- name: Frequently Asked Questions
url: https://pandoc.org/faqs.html
- about: "Some frequently asked qusetions (and answers)"
+ about: "Some frequently asked questions (and answers)"
- name: Contributing Guidelines
- url: https://github.com/jgm/pandoc/CONTRIBUTING.md
+ url: https://pandoc.org/CONTRIBUTING.html
about: "Guidelines for submitting bug reports and code improvements"
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index d95b1daad..9183d4823 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -9,7 +9,7 @@ assignees: ''
Thank you for suggesting a feature! Before you continue, please make sure that you have
-- read the contributing guidelines: https://github.com/jgm/pandoc/CONTRIBUTING.md
+- read the contributing guidelines: https://pandoc.org/CONTRIBUTING.html
- searched the issue tracker for similar issues (including
closed issues): https://github.com/jgm/pandoc/issues
- searched the pandoc-discuss mailing list for relevant discussions: https://groups.google.com/forum/#!forum/pandoc-discuss