Skip to content

Commit 58cd703

Browse files
committed
Fix platforms' links on the Platform-specific documentation section
1 parent 5786455 commit 58cd703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while read -r target; do
6060
mkdir -p "${TARGET_DOC_DIR}/${target}"
6161
cp -r "target/${target}/doc" "${TARGET_DOC_DIR}/${target}"
6262

63-
echo "* [${target}](${target}/libc/index.html)" >> $PLATFORM_SUPPORT
63+
echo "* [${target}](${target}/doc/libc/index.html)" >> $PLATFORM_SUPPORT
6464
done < targets
6565

6666
# Replace <div class="platform_support"></div> with the contents of $PLATFORM_SUPPORT

0 commit comments

Comments
 (0)