Skip to content

Commit

Permalink
Fix link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored and diegoferigo committed Sep 24, 2018
1 parent 12166e0 commit 368119e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/mkdocs/data/create_new_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide describes how to use the core infrastructure of the Whole Body Toolbo
Despite it is a very trivial example, it shows how to structure both the C++ and the Matlab components of a toolbox. From this starting point is then possible to build more complex architectures which might need e.g. to be split in many parts or to link against third-party libraries.

!!! example "Toolbox Example project"
You can find the files of this example in the [`example`](https://github/com/robotology/wb-toolbox/example/) folder.
You can find the files of this example in the [`example`](https://github.com/robotology/wb-toolbox/tree/master/example) folder.

!!! info
Until `v4` this core machinery is shipped together with our robotics framework. We're currently working on splitting the toolbox components for providing a standalone process. Stay tuned for upcoming news!
Expand Down Expand Up @@ -644,4 +644,4 @@ Whole Body Toolbox provides great abstraction capabilities for wrapping C and C+

Possibilities are endless. Despite Whole Body Toolbox was originally designed for robotic applications, it is interesting discovering how many new toolboxes can be created on top of it. The `v4` release provides the first experimental support to external usage. The toolbox APIs are already mature and reached an acceptable stability after being developed, tested, and refined for many years.

We are eager to hear your feedback in order to have a great `v1.0` release of the standalone toolbox core! If you find bugs or want to propose enhancements, please fill a [new Issue](https://github.com/robotology/wb-toolbox/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
We are eager to hear your feedback in order to have a great `v1.0` release of the standalone toolbox core! If you find bugs or want to propose enhancements, please fill a [new Issue](https://github.com/robotology/wb-toolbox/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).

0 comments on commit 368119e

Please sign in to comment.