aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check_links.py
Commit message (Collapse)AuthorAgeFilesLines
* tools/check_links.py: detect absolute linksDmitry Vyukov2020-05-191-6/+13
| | | | | Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links.
* all: add missing copyright statementsDmitry Vyukov2020-05-181-0/+2
|
* tools/check_links.py: print errors in standard formatDmitry Vyukov2020-05-181-10/+9
| | | | | | Use the standard "file:line:col: error message" format. Update #1699
* tools: avoid hard-coding the path to interpretersMark Johnston2020-02-241-1/+1
| | | | On BSD they are usually installed under /usr/local/.
* tools: Run 2to3 on check_links.pyAndrew Turner2019-10-211-8/+12
| | | | | | | The python binary may not be Python 2. Support Python 3 by running the 2to3 conversion tool on it. This has been tested with both Python 2 and 3.
* check_links: ignore mailto:* linksAndrey Konovalov2019-03-011-0/+2
|
* docs, tools: add local link checkerAndrey Konovalov2017-10-271-0/+66
This commit adds tools/check_links.py script, that checks that all local links from documentation files are valid; fixes some of the invalid links that we had; and makes travis buildbot check them as well.