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.
2 parents 5786455 + 58cd703 commit 6b1e6a2Copy full SHA for 6b1e6a2
ci/dox.sh
@@ -60,7 +60,7 @@ while read -r target; do
60
mkdir -p "${TARGET_DOC_DIR}/${target}"
61
cp -r "target/${target}/doc" "${TARGET_DOC_DIR}/${target}"
62
63
- echo "* [${target}](${target}/libc/index.html)" >> $PLATFORM_SUPPORT
+ echo "* [${target}](${target}/doc/libc/index.html)" >> $PLATFORM_SUPPORT
64
done < targets
65
66
# Replace <div class="platform_support"></div> with the contents of $PLATFORM_SUPPORT
0 commit comments