From 5b2f26a424c021e1719a32e8bea59cd9ea11ec48 Mon Sep 17 00:00:00 2001 From: xuanyuanking Date: Thu, 6 Jul 2017 09:21:48 +0800 Subject: [PATCH] Fix the how to contribute 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 450717d422d..36686b531bd 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ to the corresponding Docker specification file (`./docker/dev.dockerfile`). Apollo documents can be found under the [docs](https://github.com/ApolloAuto/apollo/blob/master/docs/) repository. * [quickstart](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/): the quickstart tutorial. * [demo_guide](https://github.com/ApolloAuto/apollo/blob/master/docs/demo_guide/): the guide for demonstration. - * [how to contribute code](https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_contribute_code.md): the guide for contributing code to Apollo. + * [how to contribute code](https://github.com/ApolloAuto/apollo/blob/master/CONTRIBUTING.md): the guide for contributing code to Apollo. * [howto](https://github.com/ApolloAuto/apollo/blob/master/docs/howto/): tutorials on how to build, run and modify codes. * [specs](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/): Specification documents of Apollo 1.0.