From 8f05353bd54f2f44a7bb5bbabe3fb21da497e031 Mon Sep 17 00:00:00 2001
From: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
Date: Thu, 4 Jun 2020 23:24:58 -0400
Subject: [PATCH] add explicit link to badges
---
README.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index df39ee554..8dd6a92df 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
# The Algorithms - C++ # {#mainpage}
-[](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
+]


-
-
-
+
+
[Online Documentation](https://kvedala.github.io/C-Plus-Plus).
@@ -15,4 +14,4 @@ Click on [Files menu](https://kvedala.github.io/C-Plus-Plus/files.html) to see t
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
### Contribute Guidelines
-Read our [Contribution Guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md) before you contribute.
+Read our [Contribution Guidelines](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md) before you contribute.