From 8f705e83142d6f2424a5d3699fb69b4db05f78cf Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Wed, 9 Aug 2017 07:50:30 +0300 Subject: [PATCH] Update links to Development Guide in docs (#809) * Updated link to Development Guide in README.md * Updated link to DevelopmentGuide in docs/README.md --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3368ddd7a85e..5b7c5d24ae29 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ LightGBM has been developed and used by many active community members. Your help - Contribute to the [tests](https://github.com/Microsoft/LightGBM/tree/master/tests) to make it more reliable. - Contribute to the [documents](https://github.com/Microsoft/LightGBM/tree/master/docs) to make it clearer for everyone. - Contribute to the [examples](https://github.com/Microsoft/LightGBM/tree/master/examples) to share your experience with other users. -- Check out [Development Guide](./docs/development.md). +- Check out [Development Guide](./docs/development.rst). - Open issue if you met problems during development. Microsoft Open Source Code of Conduct diff --git a/docs/README.md b/docs/README.md index d533a4205fec..11689352e55c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,4 +33,4 @@ make html * [Parallel Learning Guide](https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide) * [GPU Tutorial](./GPU-Tutorial.md) * [FAQ](./FAQ.md) -* [Development Guide](./development.md) +* [Development Guide](./development.rst)