summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-08-23 09:58:22 +0530
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:41 +1000
commita0bf9f207ac34ddaca42e0506b3743e6f416bd85 (patch)
tree47c930d9aaa7f8d53d7558651ebf4954b0b877a6
parentUpdate README.md (diff)
downloadrtems-tools-a0bf9f207ac34ddaca42e0506b3743e6f416bd85.tar.bz2
Update README.md
Fix Links.
-rw-r--r--tools/gdb/python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gdb/python/README.md b/tools/gdb/python/README.md
index 16ad8dc..dbf3bda 100644
--- a/tools/gdb/python/README.md
+++ b/tools/gdb/python/README.md
@@ -25,8 +25,8 @@ RTEMS GDB Support loaded
## Commands Implemented
- `rtems object` : Prints rtems objects by ID
- - [rtems index subcommands](Subcommands)
+ - [rtems index subcommands](https://github.com/dbalan/rtems-gdb/wiki/Subcommands)
## Developer documentation
-We have a document to get started with [pretty printer development](Writing-a-pretty-printer).
+We have a document to get started with [pretty printer development](https://github.com/dbalan/rtems-gdb/wiki/Writing-a-pretty-printer).