diff --git a/docs/Makefile b/docs/Makefile index 463d5f17d..ba87fe401 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -29,7 +29,7 @@ build: html: BUILDER = html html: build @echo "Build finished. The HTML pages are in build/html." - @echo "file://$(shell pwd)/build/html" + @echo "file://$(shell pwd)/build/html/index.html" @echo text: BUILDER = text