Skip to content

Commit 19e406d

Browse files
authored
Update Package.hs
1 parent 466d334 commit 19e406d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distribution/Server/Pages/Package.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ moduleSection render mdocIndex docURL quickNav =
319319
else [])
320320
renderDocIndexLink
321321
| isJust mdocIndex =
322-
let docIndexURL = docURL </> "doc-index-All.html"
322+
let docIndexURL = docURL </> "doc-index.html"
323323
in paragraph ! [thestyle "font-size: small"]
324324
<< ("[" +++ anchor ! [href docIndexURL] << "Index" +++ "]" +++
325325
(if quickNav

0 commit comments

Comments
 (0)