summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-10-05 21:24:44 +0200
committerJens Geyer <jensg@apache.org>2015-10-05 21:47:05 +0200
commit5bb45d04fecf341e007f627dccda4299f1e50628 (patch)
treec8997df1691b8a6c0698a51444f28ea00de42145 /CONTRIBUTING.md
parenta8d5a7841d42a9d663bc7fb2379500597a7d5020 (diff)
downloadthrift-5bb45d04fecf341e007f627dccda4299f1e50628.tar.gz
THRIFT-3367 Fix bad links to coding_standards.md
Client: Website Author: Paul Royer <wmpaulroyer@gmail.com> This closes #634
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 76041f6bf..41b84b364 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@
* Remember to provide *tests* for all submited changes
* When bugfixing: add test that will isolate bug *before* applying change that fixes it
- * Verify that you follow [Thrift Coding Standards](/coding_standards) (you can run 'make style', which ensures proper format for some languages)
+ * Verify that you follow [Thrift Coding Standards](/docs/coding_standards.md) (you can run 'make style', which ensures proper format for some languages)
1. Create a patch from project root directory (e.g. you@dev:~/thrift $ ):
@@ -32,7 +32,7 @@
* Remember to provide *tests* for all submited changes
* When bugfixing: add test that will isolate bug *before* applying change that fixes it
- * Verify that you follow [Thrift Coding Standards](/coding_standards) (you can run 'make style', which ensures proper format for some languages)
+ * Verify that you follow [Thrift Coding Standards](/docs/coding_standards.md) (you can run 'make style', which ensures proper format for some languages)
* Verify that your change works on other platforms by adding a GitHub service hook to [Travis CI](http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in) and [AppVeyor](http://www.appveyor.com/docs)
1. Commit and push changes to your branch (please use issue name and description as commit title, e.g. THRIFT-9999 make it perfect)