From 2390f58a07024ab29d4e85952d99da4571959371 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 Jun 2021 09:49:13 -0700 Subject: Fix link to contributing guidelines. --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/ISSUE_TEMPLATE') 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 -- cgit v1.2.3