From 45ea562f612eb30770d01898b3fa99e889a5f8ca Mon Sep 17 00:00:00 2001 From: Giulio Starace Date: Tue, 19 Nov 2019 17:48:42 -0300 Subject: [PATCH] fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea82117..0babe66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ The pull request process is pretty simple at the moment; simply ensure you follo 2. The modifications are such that the extension still works on both Chrome and Firefox. 3. All new/edited code _must_ be commented. Please Refer to the [commenting section](#commenting-your-code) for more details. 4. All new/edited code _must_ follow [variable, function an class naming](#variable-function-and-class-naming) conventions. -5. Please ensure you update the version in [manifest.json](./GPTrueOrFalse/src/manifest.json) accordingly based on [semantic versioning guidelines](https://semver.org/) +5. Please ensure you update the version in [manifest.json](./src/manifest.json) accordingly based on [semantic versioning guidelines](https://semver.org/) ### Commenting your code