Skip to content

Commit 207d649

Browse files
authored
update expected reference filename (#508)
1 parent efa2cc9 commit 207d649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ HTML_DST = \
115115
${DST}/conduct/index.html \
116116
${DST}/setup/index.html \
117117
$(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \
118-
${DST}/reference/index.html \
118+
${DST}/reference.html \
119119
$(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \
120120
${DST}/license/index.html
121121

0 commit comments

Comments
 (0)