We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310260c commit 6029838Copy full SHA for 6029838
samples/generate-index.sh
@@ -41,7 +41,7 @@ find "${SCRIPT_DIR}" -maxdepth 1 -mindepth 1 -type d | sort | while read -r subd
41
DIR_NAME=$(basename "${subdir}")
42
43
# Construct the link.
44
- LINK_URL="/samples/${DIR_NAME}/"
+ LINK_URL="/samples/${DIR_NAME}/dist"
45
LINK_TEXT="${DIR_NAME}"
46
47
# Create the list item.
0 commit comments