summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-06-29 11:12:01 -0700
committerGitHub <noreply@github.com>2018-06-29 11:12:01 -0700
commite9dbebfa57187dea49631ea1669ec9c0c244cd3a (patch)
treea0683b2a5821225b2796961698b1c110a02617ab /Makefile
parent6024a766e957100e71c9944fc07bf5abd45325f0 (diff)
downloadansible-e9dbebfa57187dea49631ea1669ec9c0c244cd3a.tar.gz
Fix some broken links (#42079)
* Fix some broken links * We now only serve via https * redirects don't work with anchors, so update those links (devel/dev_guide)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1b6ef0a5c..5f6b4d4601 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
# make deb-src -------------- produce a DEB source
# make deb ------------------ produce a DEB
# make docs ----------------- rebuild the manpages (results are checked in)
-# make tests ---------------- run the tests (see https://docs.ansible.com/ansible/dev_guide/testing_units.html for requirements)
+# make tests ---------------- run the tests (see https://docs.ansible.com/ansible/devel/dev_guide/testing_units.html for requirements)
# make pyflakes, make pep8 -- source code checks
########################################################