Fix broken link for NimBLE page
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/f6064b94 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/f6064b94 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/f6064b94 Branch: refs/heads/master Commit: f6064b94bc3433cacc059d8095042265f50203f8 Parents: a0522bd Author: aditihilbert <[email protected]> Authored: Mon Nov 14 15:38:43 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Mon Nov 14 15:38:43 2016 -0800 ---------------------------------------------------------------------- custom-theme/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/f6064b94/custom-theme/landing.html ---------------------------------------------------------------------- diff --git a/custom-theme/landing.html b/custom-theme/landing.html index 2473b84..af58d5b 100644 --- a/custom-theme/landing.html +++ b/custom-theme/landing.html @@ -16,7 +16,7 @@ <li> 10x throughput of Nordic Softdevice </li> <li> 2x as many concurrent connections as Nordic Softdevice </li> <li> 4x as many active connections in simulatenous central and peripheral roles as Intel Zephyr and Nordic Softdevice </li> - <li> <a href="/pages/ble/">More on NimBLE...</a> </li> + <li> <a href="pages/ble/">More on NimBLE...</a> </li> </ul> <li> Additional connectivity options include WiFi </li> <li> Native support for TCP/IP, UDP </li>
