You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/11/05 13:35:26 UTC

[mynewt-nimble] branch master updated: Fix links in README.md

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e17a05  Fix links in README.md
7e17a05 is described below

commit 7e17a05d7c34e2bd391650e813ad4a394c2e9c56
Author: Chris Hemingway <ch...@gmail.com>
AuthorDate: Sat Nov 3 12:07:53 2018 +0000

    Fix links in README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b92f3f6..18412df 100644
--- a/README.md
+++ b/README.md
@@ -65,11 +65,11 @@ Generic Attribute Profile (GATT) and Security Manager (SM).
 - nimble/transport: Contains code for supported transport protocols between host
 and controller. This includes UART, emSPI and RAM (used in combined build when
 host and controller run on same CPU)
-([transport](https://github.com/apache/mynewt-nimble/tree/master/nimble/drivers))
+([transport](https://github.com/apache/mynewt-nimble/tree/master/nimble/transport))
 
 - porting: Contains implementation of NimBLE Porting Layer (NPL) for supported
 operating systems
-([transport](https://github.com/apache/mynewt-nimble/tree/master/porting))
+([porting](https://github.com/apache/mynewt-nimble/tree/master/porting))
 
 - ext: Contains external libraries used by NimBLE. Those are used if not
 provided by OS