Skip to content

Commit 9633043

Browse files
authored
Fix links in Issue and PR Template (#5186)
* Fixing links to the openwhisk website * Fixing a link to the style guide as well
1 parent af11418 commit 9633043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
2+
We use the issue tracker for bugs and feature requests. For general questions and discussion please use https://openwhisk.apache.org/slack.html or https://openwhisk.apache.org/community.html instead.
33
44
Do NOT share passwords, credentials or other confidential information.
55

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. -->
3737

3838
- [ ] I signed an [Apache CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md).
39-
- [ ] I reviewed the [style guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :).
39+
- [ ] I reviewed the [style guides](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#coding-standards) and followed the recommendations (Travis CI will check :).
4040
- [ ] I added tests to cover my changes.
4141
- [ ] My changes require further changes to the documentation.
4242
- [ ] I updated the documentation where necessary.

0 commit comments

Comments
 (0)