From daac864cdd9b14768fe21533e057e612eb852060 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Wed, 4 Oct 2017 23:22:52 -0500 Subject: [PATCH] Reallyfix broken links in PR template In order to make these links work both in the PR template and when browsing the repository, it looks like the URLs need to be fully qualified. --- PULL_REQUEST_TEMPLATE.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.MD b/PULL_REQUEST_TEMPLATE.MD index 686feb6b..81232aa2 100644 --- a/PULL_REQUEST_TEMPLATE.MD +++ b/PULL_REQUEST_TEMPLATE.MD @@ -1,6 +1,6 @@ -This is a modified version of the [Contributing Guidelines](CONTRIBUTING.md). +This is a modified version of the [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/master/CONTRIBUTING.md). -This pull request adheres to the repository's [Code of Conduct](CODE_OF_CONDUCT.md). +This pull request adheres to the repository's [Code of Conduct](https://github.com/remoteintech/remote-jobs/blob/master/CODE_OF_CONDUCT.md). - [ ] I am an employee of the company mentioned and confirm all included details are correct @@ -8,7 +8,7 @@ This pull request adheres to the repository's [Code of Conduct](CODE_OF_CONDUCT. - [ ] You know your alphabet - company is listed in alphabetical order in the README - [ ] The company directly hires employees. No bootcamps / freelance sites / etc - [ ] The company added hires remote employees, or positions are available to remote workers and are clearly illustrated as such -- [ ] A [company profile](company-profiles/example.md) is included - __Required__ for new additions. (This can be a basic outline but at least something please) +- [ ] A [company profile](https://github.com/remoteintech/remote-jobs/blob/master/company-profiles/example.md) is included - __Required__ for new additions. (This can be a basic outline but at least something please) - [ ] Any missing parts from the profile, please use `` to allow for future completion - [ ] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc - [ ] __Region__ details any restrictions to applicants based on geography