From 5c666b94c4d98c78ec3c1bc67a563eea465cfddd Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 10 Feb 2020 12:48:13 +0100 Subject: [PATCH] docs(PR): fix content policy link in PR template --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 6601859..3912797 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -12,7 +12,7 @@ - [ ] I edited the `/data` directory instead of the [README.md](https://github.com/ipfs/awesome-ipfs/blob/master/README.md). - [ ] This PR includes only one addition/removal/edit. - [ ] I ran the `make build` command following my edits to the `/data` directory. -- [ ] I reviewed the [content policy](POLICY.md) to ensure my submission meets the requirements. +- [ ] I reviewed the [content policy](https://github.com/ipfs/awesome-ipfs/blob/master/POLICY.md) to ensure my submission meets the requirements. - [ ] I have followed the [CONTRIBUTING.md guidelines](https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md). ## Details