andrzej-kaczmarek closed pull request #238: Fix links in README.md URL: https://github.com/apache/mynewt-nimble/pull/238
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index b92f3f67..18412df3 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
