From 05e544bdce355e62e636c041f6cf028cb4e2d5d7 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Thu, 28 May 2020 23:23:23 -0400 Subject: [PATCH] corrected files list link path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb649a0e..df1f13b24 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is for Doxygen to recognize as the index file for the complete documentatio [Online Documentation](https://kvedala.github.io/C-Plus-Plus). -Click on [Files menu](https://kvedala.github.io/C-Plus-Plus/build/html/files.html) to see the list of all the files documented with the code. +Click on [Files menu](https://kvedala.github.io/C-Plus-Plus/html/files.html) to see the list of all the files documented with the code. ### Algorithms implemented in C++ (for education) The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.