diff --git a/tox.ini b/tox.ini
index a75f9a5..73a5495 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = checkniceness,checksyntax,checkdeletions,checkbuild
+envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks
 skipsdist = True
 
 [testenv]
@@ -11,6 +11,9 @@ deps = -r{toxinidir}/test-requirements.txt
 [testenv:venv]
 commands = {posargs}
 
+[testenv:checklinks]
+commands = openstack-doc-test --check-links {posargs}
+
 [testenv:checkniceness]
 commands = openstack-doc-test --check-niceness {posargs}