We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf873b commit ecc4783Copy full SHA for ecc4783
1 file changed
scripts/fix-haddock-links.sh
@@ -17,8 +17,8 @@ if [ ! -d "$WEBSITE_DIR" ]; then
17
exit 1
18
fi
19
20
-# Mapping of package-name-prefix -> base URL
21
-# Each entry is: "prefix|base_url"
+# Mapping of package name -> base URL
+# Each entry is: "package_name|base_url"
22
# The generated links look like: ../PACKAGE/Module.html
23
# We rewrite them to: BASE_URL/PACKAGE/Module.html
24
PACKAGE_URLS=(
0 commit comments