changeset 170:809f2c7f76c7

* README.md: Fix markdown links to other files and project urls
author Mike Miller <mtmiller@octave.org>
date Thu, 07 Apr 2016 10:42:13 -0700
parents 0f39067dd8d9
children b8560f97e9bf
files README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Apr 07 10:15:01 2016 -0700
+++ b/README.md	Thu Apr 07 10:42:13 2016 -0700
@@ -2,7 +2,7 @@
 =============
 
 For installation instructions specific for Pytave, please see the
-[INSTALL.md]() file.
+[INSTALL.md](INSTALL.md) file.
 
 Contents of this document
 -------------------------
@@ -51,7 +51,7 @@
 Project homepage
 ----------------
 
-[https://bitbucket.org/mtmiller/pytave]()
+[https://bitbucket.org/mtmiller/pytave](https://bitbucket.org/mtmiller/pytave)
 
 Using/hacking
 -------------
@@ -62,7 +62,7 @@
     $ hg clone https://bitbucket.org/mtmiller/pytave
 
 You will now have a directory called `pytave` with source code for the
-module. Read the [INSTALL.md]() file for building instructions.
+module. Read the [INSTALL.md](INSTALL.md) file for building instructions.
 
 Gotchas
 =======