Repository: thrift Updated Branches: refs/heads/master 5bb45d04f -> 61b8a29b0
THRIFT-3367 Fix bad links to coding_standards.md Client: Website Author: Jens Geyer Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/61b8a29b Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/61b8a29b Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/61b8a29b Branch: refs/heads/master Commit: 61b8a29b0704ccd81b520f2300f5d1bb261fea3e Parents: 5bb45d0 Author: Jens Geyer <[email protected]> Authored: Mon Oct 5 21:55:49 2015 +0200 Committer: Jens Geyer <[email protected]> Committed: Mon Oct 5 21:55:49 2015 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/61b8a29b/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41b84b3..316da9a 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](/docs/coding_standards.md) (you can run 'make style', which ensures proper format for some languages) + * Verify that you follow [Thrift Coding Standards](/docs/coding_standards) (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](/docs/coding_standards.md) (you can run 'make style', which ensures proper format for some languages) + * Verify that you follow [Thrift Coding Standards](/docs/coding_standards) (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)
