Skip to content

Commit

Permalink
Merge pull request #1257 from htynkn/patch-1
Browse files Browse the repository at this point in the history
fix 404 in examples document
  • Loading branch information
adetaylor authored Mar 6, 2023
2 parents c3771d0 + 7c724ba commit 9f5c550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [S2 example](/~https://github.com/google/autocxx/tree/main/examples/s2) - example using S2 geometry library
* [Steam example](/~https://github.com/google/autocxx/tree/main/examples/steam-mini) - example using (something like) the Steam client library
* [Subclass example](/~https://github.com/google/autocxx/tree/main/examples/subclass) - example using subclasses
* [Integration tests](/~https://github.com/google/autocxx/blob/main/integration-tests/src/tests.rs)
* [Integration tests](/~https://github.com/google/autocxx/blob/main/integration-tests/tests/integration_test.rs)
- hundreds of small snippets

Contributions of more examples to the `examples` directory are much appreciated!

0 comments on commit 9f5c550

Please sign in to comment.