Skip to content

Commit 1a171fb

Browse files
authored
fix: Fixes broken path in index generation script. (#73)
1 parent e2f1ad0 commit 1a171fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/generate-index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ find "${SCRIPT_DIR}" -maxdepth 1 -mindepth 1 -type d | while read -r subdir; do
2727
DIR_NAME=$(basename "${subdir}")
2828

2929
# Construct the link.
30-
LINK_URL="${DIR_NAME}/app/dist/"
30+
LINK_URL="${DIR_NAME}/samples/app/dist/"
3131
LINK_TEXT="${DIR_NAME}"
3232

3333
# Create the list item.

0 commit comments

Comments
 (0)