Skip to content

Commit 6b1e6a2

Browse files
committed
Auto merge of #2099 - JohnTitor:fix-doc-links, r=JohnTitor
Fix platforms' links on the `Platform-specific documentation` section Fixes #2098 r? `@ghost`
2 parents 5786455 + 58cd703 commit 6b1e6a2

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)