From ee2019d69740a5a4e995235428022fc3160f63a8 Mon Sep 17 00:00:00 2001 From: Steve Tian Date: Sat, 5 Mar 2016 16:09:12 +0800 Subject: [PATCH] Fixes links in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b3d7a82..c2214b83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # Contributing to Feign -Please read [HACKING](./HACKING.md] prior to raising change. +Please read [HACKING](./HACKING.md) prior to raising change. If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request (on a branch other than `master` or `gh-pages`). @@ -7,7 +7,7 @@ When submitting code, please ensure you follow the [Google Style Guide](http://g ## License -By contributing your code, you agree to license your contribution under the terms of the [APLv2](./LICENSE] +By contributing your code, you agree to license your contribution under the terms of the [APLv2](./LICENSE) All files are released with the Apache 2.0 license.