From 7c11e96914a7436c2821f96a79b6d9681f60c78a Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Wed, 7 Jul 2021 09:23:13 +0200 Subject: [PATCH] Add section on link checker to development docs --- DEVELOPMENT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c84fbbb85..cae90080f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -88,6 +88,16 @@ make html Open the file `docs/build/html/index.html` in your web browser. +### Broken links + +Navigate into the `docs` folder and check for broken links with: + +``` +make linkcheck +``` + +Extra information: https://www.writethedocs.org/guide/tools/testing/#link-testing + ### Screenshots Screenshots are an important part of the ASReview documentation. When contributing screenshots,