From 9f99b4cdee19f9756c19191b1c8e923ec691374d Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Tue, 6 Feb 2018 16:32:04 +0300 Subject: [PATCH] Add links to LICENSE and NOTICE --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9780da..0236644 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,10 @@ Any contributions and suggestions are welcome! But before creating a PR or an is ## Acknowledgments ## License -OpenVPNAdapter is available under the AGPLv3 license. See the LICENSE file for more info. Also this project has a few dependencies: +OpenVPNAdapter is available under the AGPLv3 license. See the [LICENSE](LICENSE) file for more info. Also this project has a few dependencies: - [openvpn3](https://github.com/OpenVPN/openvpn3) - [asio](https://github.com/chriskohlhoff/asio) - [lz4](https://github.com/lz4/lz4) - [mbedtls](https://github.com/ARMmbed/mbedtls) -See NOTICE file for more info about their licenses and copyrights. +See [NOTICE](NOTICE) file for more info about their licenses and copyrights.