From 1b8b37d313962051f98f95fa7304f05c6df6b414 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 19 Jun 2022 01:57:05 +0200 Subject: [PATCH] update links for all other templates --- .github/ISSUE_TEMPLATE/documentation.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_suggestion.md | 2 +- .github/ISSUE_TEMPLATE/module_suggestion.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 9f4c586606..67c9d43c1e 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -8,7 +8,7 @@ labels: "suggestion-docs" To make it easier for us to help you, please include as much useful information as possible. Useful Links: - - Wiki: https://github.com/rapid7/metasploit-framework/wiki + - Wiki: https://docs.metasploit.com/ Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues --> @@ -33,7 +33,7 @@ Why should we document this and who will benefit from it? ### Draft the doc - [ ] Write the doc, following the format listed in these resources: - - [Overview on contributing module documentation](https://github.com/rapid7/metasploit-framework/wiki/Writing-Module-Documentation) + - [Overview on contributing module documentation](https://docs.metasploit.com/docs/development/quality/writing-module-documentation.html) - [Docs Templates](https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/module_doc_template.md) - [Example of a similar article]() diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.md b/.github/ISSUE_TEMPLATE/feature_suggestion.md index 9bac1465f6..044d82a8f6 100644 --- a/.github/ISSUE_TEMPLATE/feature_suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature_suggestion.md @@ -8,7 +8,7 @@ labels: "suggestion-feature" To make it easier for us to help you, please include as much useful information as possible. Useful Links: - - Wiki: https://github.com/rapid7/metasploit-framework/wiki + - Wiki: https://docs.metasploit.com/ Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues --> diff --git a/.github/ISSUE_TEMPLATE/module_suggestion.md b/.github/ISSUE_TEMPLATE/module_suggestion.md index b93a414d9d..723265ddd6 100644 --- a/.github/ISSUE_TEMPLATE/module_suggestion.md +++ b/.github/ISSUE_TEMPLATE/module_suggestion.md @@ -8,7 +8,7 @@ labels: "suggestion-module" To make it easier for us to help you, please include as much useful information as possible. Useful Links: - - Wiki: https://github.com/rapid7/metasploit-framework/wiki + - Wiki: https://docs.metasploit.com/ Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues --> diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 05a308c12b..18b8787b0b 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -8,7 +8,7 @@ labels: "question" To make it easier for us to help you, please include as much useful information as possible. Useful Links: - - Wiki: https://github.com/rapid7/metasploit-framework/wiki + - Wiki: https://docs.metasploit.com/ Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues --> diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b809dd977d..17154e3c89 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,4 +31,4 @@ Complex Software Examples: We will also accept demonstrations of successful module execution even if your module doesn't meet the above conditions. It's not a necessity, but it may help us land your module faster! Demonstration of successful module execution can take the form of a packet capture (pcap) or a screen recording. You can send pcaps and recordings to [msfdev@metasploit.com](mailto:msfdev@metasploit.com). Please include a CVE number in the subject header (if applicable), and a link to your PR in the email body. -If you wish to sanitize your pcap, please see the [wiki](https://github.com/rapid7/metasploit-framework/wiki/Sanitizing-PCAPs). +If you wish to sanitize your pcap, please see the [wiki](https://docs.metasploit.com/docs/development/get-started/sanitizing-pcaps.html).