From 368119e32955e8eed5626ddc871bba76f4cd28c1 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 21 Sep 2018 19:09:27 +0200 Subject: [PATCH] Fix link to example Detected with https://www.deadlinkchecker.com --- doc/mkdocs/data/create_new_library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkdocs/data/create_new_library.md b/doc/mkdocs/data/create_new_library.md index 2923638a2..6f3e1bdcb 100644 --- a/doc/mkdocs/data/create_new_library.md +++ b/doc/mkdocs/data/create_new_library.md @@ -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! @@ -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). \ No newline at end of file +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).