diff --git a/Makefile b/Makefile index 7e610f6fa..c758a3f3e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ doc: doccheck: $(MAKE) -C docs html -# Don't make our test rely on the links in the docs being up every single build. +# Don't make our tests rely on the links in the docs being up every single build. # We don't control them. But do check, and update them to the target of their redirects. $(MAKE) -C docs linkcheck || true