From: Eli Bendersky Date: Sun, 18 Dec 2011 04:29:27 +0000 (+0200) Subject: fix ReST links in README X-Git-Tag: v0.10~19 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68bbe637d8770acbfead9e68f6fdb120611973b7;p=pyelftools.git fix ReST links in README --- diff --git a/README b/README index 7fe3576..5677e24 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ Introduction: what is pyelftools? --------------------------------- **pyelftools** is a pure-Python library for parsing and analyzing ELF files -and DWARF debugging information. See the User's guide -(https://bitbucket.org/eliben/pyelftools/wiki/Userguide) for more details. +and DWARF debugging information. See the +`User's guide `_ for more details. Pre-requisites -------------- @@ -11,7 +11,7 @@ Pre-requisites As a user of **pyelftools**, one only needs Python to run. It works with Python versions 2.6 and 2.7 (Python 3 support is in the works). For hacking on **pyelftools** the requirements are a bit more strict, please see the -hacking guide (https://bitbucket.org/eliben/pyelftools/wiki/Hacking). +`hacking guide `_. Installing ---------- @@ -30,7 +30,7 @@ How to use it? **pyelftools** is a regular Python library: you import and invoke it from your own code. For a detailed usage guide and links to examples, please consult the -user's guide (https://bitbucket.org/eliben/pyelftools/wiki/Userguide). +`user's guide `_. License -------