Skip to content

Commit e59dccd

Browse files
authored
[make] Link the docs index page instead of the directory (#2244)
1 parent fecce0d commit e59dccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build:
2929
html: BUILDER = html
3030
html: build
3131
@echo "Build finished. The HTML pages are in build/html."
32-
@echo "file://$(shell pwd)/build/html"
32+
@echo "file://$(shell pwd)/build/html/index.html"
3333
@echo
3434

3535
text: BUILDER = text

0 commit comments

Comments
 (0)