Skip to content

Commit

Permalink
fix broken links in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobluppes committed Jun 5, 2023
1 parent cbba318 commit 556808c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const auto print_vertex_callback{[](const auto vertex) {
traverse<search_strategy::BFS>(my_graph, start_vertex, print_vertex_callback);
```

For more examples, take a look at our [example section](./examples/README.md).
For more examples, take a look at our [example section](https://bobluppes.github.io/graaf/docs/examples/Intro).
More details can be found in our [documentation](https://bobluppes.github.io/graaf/).

# Installation
Expand Down Expand Up @@ -97,7 +97,7 @@ Feel free to join our [Discord](https://discord.gg/cGczwRHJ9K) for assistance an
- [Issue tracker](https://github.com/bobluppes/graaf/issues)
- [Roadmap](https://graaf.youtrack.cloud/agiles/147-2/current)
- [Documentation](https://bobluppes.github.io/graaf/)
- [Examples](examples/README.md)
- [Examples](https://bobluppes.github.io/graaf/docs/examples/Intro)
- [Wiki](https://github.com/bobluppes/graaf/wiki)
- [Discord](https://discord.gg/cGczwRHJ9K)

Expand Down
6 changes: 2 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Examples
This section contains example usages of the Graaf library.
If there is a usecase you would like to see an example of, please open an issue in our [issue tracker](https://github.com/bobluppes/graaf/issues).
This section contains example usages of the Graaf library. Each subdirectory contains sources for a separate executable. More details on each example can be found in the [documentation](https://bobluppes.github.io/graaf/docs/examples/Intro).

- [Shortest path](./shortest_path/README.md)
- [Dot serialization](./dot_serialization/README.md)
If there is a usecase you would like to see an example of, please open an issue in our [issue tracker](https://github.com/bobluppes/graaf/issues).

0 comments on commit 556808c

Please sign in to comment.