Skip to content

Commit 7d02c29

Browse files
committed
#228-modify README.md
A fix attempt to browse HTML documentation.
1 parent ff9268b commit 7d02c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Library **cpp-strings** is fully templated. Just download header file `cppstring
1010
* Class `pcs::CppString` specializes the templated class with `char` characters.
1111
* Class `pcs::CppWString` specializes the templated class with `wchar_t` characters.
1212

13-
The cpp-strings **HTML documentation** is available here: [cpp-strings/html/index.html](cpp-strings/html/index.html).
13+
The cpp-strings **HTML documentation** is available here: [cpp-strings/html/index.html](https://github.com/schmouk/pythonic-cpp-strings/cpp-strings/html/index.html).
1414

1515
Library **cpp-strings** is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard **c++20**.
1616

@@ -99,7 +99,7 @@ N.B. "*planned for a next release*" does not imply that a fixed date is planned
9999
---
100100
## Documentation
101101

102-
The **cpp-strings** HTML documentation is available here: [cpp-strings/html/index.html](cpp-strings/html/index.html).
102+
The **cpp-strings** HTML documentation is available in subdirectory `cpp-strings/html`. Click on file `index.html` there from your file manager to browse its content or click [here]](https://github.com/schmouk/pythonic-cpp-strings/cpp-strings/html/index.html) when being currently browsing from [https://schmouk.github.io/pythonic-cpp-strings/](https://schmouk.github.io/pythonic-cpp-strings/).
103103

104104
It has then been produced with the great utility **doxygen** developed by Vicente Hernando (the doxygen Github repository can be accessed [here](https://github.com/doxygen/doxygen), and the utility can be downloaded from there: [https://www.doxygen.nl/download.html](https://www.doxygen.nl/download.html)).
105105

0 commit comments

Comments
 (0)