Skip to content

Commit 1b8b37d

Browse files
authored
update links for all other templates
1 parent 0e61db7 commit 1b8b37d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.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)