mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
Merge pull request #200 from zawataki/fix-document
Add link to files on repository into documents
This commit is contained in:
commit
e643ed7505
2 changed files with 4 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue