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 e2f1ad0 commit da76790Copy full SHA for da76790
samples/generate-index.sh
@@ -27,7 +27,7 @@ find "${SCRIPT_DIR}" -maxdepth 1 -mindepth 1 -type d | while read -r subdir; do
27
DIR_NAME=$(basename "${subdir}")
28
29
# Construct the link.
30
-LINK_URL="${DIR_NAME}/app/dist/"
+LINK_URL="${DIR_NAME}/samples/app/dist/"
31
LINK_TEXT="${DIR_NAME}"
32
33
# Create the list item.
0 commit comments