Skip to content

Commit 98b2234

Browse files
authored
Land #16692, update doc links
2 parents b10386b + 1b8b37d commit 98b2234

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ labels: "bug"
88
Please fill out each section below, otherwise, your issue will be closed. This info allows Metasploit maintainers to diagnose (and fix!) your issue as quickly as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
12-
- Reporting a Bug: https://github.com/rapid7/metasploit-framework/wiki/Reporting-a-Bug
11+
- Wiki: https://docs.metasploit.com/
12+
- Reporting a Bug: https://docs.metasploit.com/docs/using-metasploit/getting-started/reporting-a-bug.html
1313
1414
Before opening a new issue, please search existing issues: https://github.com/rapid7/metasploit-framework/issues
1515
-->

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-docs"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->
@@ -33,7 +33,7 @@ Why should we document this and who will benefit from it?
3333
### Draft the doc
3434

3535
- [ ] Write the doc, following the format listed in these resources:
36-
- [Overview on contributing module documentation](https://github.com/rapid7/metasploit-framework/wiki/Writing-Module-Documentation)
36+
- [Overview on contributing module documentation](https://docs.metasploit.com/docs/development/quality/writing-module-documentation.html)
3737
- [Docs Templates](https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/module_doc_template.md)
3838
- [Example of a similar article]()
3939

.github/ISSUE_TEMPLATE/feature_suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-feature"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/ISSUE_TEMPLATE/module_suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-module"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "question"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Complex Software Examples:
3131
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!
3232

3333
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 [[email protected]](mailto:[email protected]). Please include a CVE number in the subject header (if applicable), and a link to your PR in the email body.
34-
If you wish to sanitize your pcap, please see the [wiki](https://github.com/rapid7/metasploit-framework/wiki/Sanitizing-PCAPs).
34+
If you wish to sanitize your pcap, please see the [wiki](https://docs.metasploit.com/docs/development/get-started/sanitizing-pcaps.html).

0 commit comments

Comments
 (0)