Merge pull request #200 from zawataki/fix-document

Add link to files on repository into documents
This commit is contained in:
Marius Gedminas 2018-11-29 18:44:26 +02:00 committed by GitHub
commit e643ed7505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@ This document outlines how to contribute to this project. It details
instructions on how to submit issues, bug reports and patches.
Before you participate in the community, you should also agree to
respect the code of conduct, shipped in `CODE_OF_CONDUCT.md` in the
respect the code of conduct, shipped in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) in the
source code.
[project]: https://github.com/linkchecker/linkchecker/

View file

@ -28,7 +28,9 @@ Features
Installation
-------------
See doc/install.txt in the source code archive for general information. Except the given information there, please take note of the following:
See `doc/install.txt`_ in the source code archive for general information. Except the given information there, please take note of the following:
.. _doc/install.txt: doc/install.txt
Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 <https://github.com/linkcheck/linkchecker/pull/40>`_ for details.