Skip to content

Commit 8c8d3bf

Browse files
committed
Update .md gallery links to .html
1 parent 52a026b commit 8c8d3bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/gallery.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/integration/binary-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using CMake, you can then find Matplot++ with the usual `find_package
1818

1919
```cmake
2020
find_package(Matplot++ REQUIRED)
21-
# Binary Packages
21+
# ...
2222
target_link_libraries(my_target PUBLIC Matplot++::matplot)
2323
```
2424

@@ -27,7 +27,7 @@ CMake should be able to locate the `matplot++-config.cmake` script automatically
2727
```cmake
2828
list(APPEND CMAKE_MODULE_PATH put/your/installation/directory/here)
2929
find_package(Matplot++ REQUIRED)
30-
# Binary Packages
30+
# ...
3131
target_link_libraries(my_target PUBLIC Matplot++::matplot)
3232
```
3333

docs/integration/cmake-targets/cmake-with-automatic-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CPMAddPackage(
2323
GITHUB_REPOSITORY alandefreitas/matplotplusplus
2424
GIT_TAG origin/master # or whatever tag you want
2525
)
26-
# CMake with Automatic Download
26+
# ...
2727
target_link_libraries(my_target PUBLIC matplot)
2828
```
2929

0 commit comments

Comments
 (0)