From 1ec59ba1dd818627647954e86babcf7fe4b99793 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Thu, 28 May 2020 23:24:53 -0400 Subject: [PATCH] files-list link correction - this time works :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df1f13b24..2cad007c3 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/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/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.