This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git
commit 80fc49927636f6c66179c553277bebe609563053 Author: Ding Tao <[email protected]> AuthorDate: Fri Feb 9 17:39:54 2018 +0800 Readme.md: Fix bad links in file README.md Replace "mcumgr" with "mynewt-mcumgr". Signed-off-by: Ding Tao <[email protected]> --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4726883..cad3514 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,12 @@ Information and documentation for mcumgr is stored within the source. For more information in the source, here are some pointers: -- [cborattr](https://github.com/apache/mcumgr/tree/master/cborattr): Used for parsing incoming mcumgr requests. Destructures mcumgr packets and populates corresponding field variables. -- [cmd](https://github.com/apache/mcumgr/tree/master/cmd): Built-in command handlers for the core mcumgr commands. -- [ext](https://github.com/apache/mcumgr/tree/master/ext): Third-party libraries that mcumgr depends on. -- [mgmt](https://github.com/apache/mcumgr/tree/master/mgmt): Code implementing the `mgmt` layer of mcumgr. -- [samples](https://github.com/apache/mcumgr/tree/master/samples): Sample applications utilizing mcumgr. -- [smp](https://github.com/apache/mcumgr/tree/master/smp): The built-in transfer encoding: Simple management protocol. +- [cborattr](https://github.com/apache/mynewt-mcumgr/tree/master/cborattr): Used for parsing incoming mcumgr requests. Destructures mcumgr packets and populates corresponding field variables. +- [cmd](https://github.com/apache/mynewt-mcumgr/tree/master/cmd): Built-in command handlers for the core mcumgr commands. +- [ext](https://github.com/apache/mynewt-mcumgr/tree/master/ext): Third-party libraries that mcumgr depends on. +- [mgmt](https://github.com/apache/mynewt-mcumgr/tree/master/mgmt): Code implementing the `mgmt` layer of mcumgr. +- [samples](https://github.com/apache/mynewt-mcumgr/tree/master/samples): Sample applications utilizing mcumgr. +- [smp](https://github.com/apache/mynewt-mcumgr/tree/master/smp): The built-in transfer encoding: Simple management protocol. ## Joining -- To stop receiving notification emails like this one, please contact [email protected].
