minor change in link name in mkdocs.yml
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/47b78212 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/47b78212 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/47b78212 Branch: refs/heads/develop Commit: 47b78212459f795379c96d0bb5232595379d8e47 Parents: 441e6c8 Author: aditihilbert <[email protected]> Authored: Tue Mar 7 10:24:01 2017 +0100 Committer: aditihilbert <[email protected]> Committed: Tue Mar 7 10:24:01 2017 +0100 ---------------------------------------------------------------------- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/47b78212/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index ea06968..670f07f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -312,7 +312,7 @@ pages: - 'flash': 'os/modules/drivers/flash.md' # - 'lwip': 'os/modules/drivers/lwip.md' - 'mmc': 'os/modules/drivers/mmc.md' - - 'nimble': 'network/ble/ble_intro.md' + - 'nimBLE': 'network/ble/ble_intro.md' #- 'sensors': 'os/modules/drivers/sensors.md' #- 'uart': 'os/modules/drivers/uart.md' - Test Utilities:
