Skip to content

Commit 71ac180

Browse files
committed
docs: fix url
1 parent 23e7398 commit 71ac180

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
@@ -17,6 +17,6 @@ dist:
1717

1818
%.html: dist force-rebuild
1919
@echo Writing $@
20-
@php $(basename $(notdir $@)).php | sed -e 's/\.php/.html/g' -e 's#index\.html#/#' > $@
20+
@php $(basename $(notdir $@)).php | sed -e 's/\.php/.html/g' -e 's#index\.html#/php-forms#' > $@
2121

2222
force-rebuild:

0 commit comments

Comments
 (0)