Skip to content

Commit ecc4783

Browse files
committed
Fix misleading comment in fix-haddock-links.sh
1 parent faf873b commit ecc4783

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fix-haddock-links.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ if [ ! -d "$WEBSITE_DIR" ]; then
1717
exit 1
1818
fi
1919

20-
# Mapping of package-name-prefix -> base URL
21-
# Each entry is: "prefix|base_url"
20+
# Mapping of package name -> base URL
21+
# Each entry is: "package_name|base_url"
2222
# The generated links look like: ../PACKAGE/Module.html
2323
# We rewrite them to: BASE_URL/PACKAGE/Module.html
2424
PACKAGE_URLS=(

0 commit comments

Comments
 (0)