corrected files list link path

This commit is contained in:
Krishna Vedala 2020-05-28 23:23:23 -04:00 committed by GitHub
parent 68392e2aa8
commit 05e544bdce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.