Fix platforms' links on the `Platform-specific documentation` section

This commit is contained in:
Yuki Okushi 2021-03-04 00:04:29 +09:00
parent 5786455a79
commit 58cd70390c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ while read -r target; do
mkdir -p "${TARGET_DOC_DIR}/${target}"
cp -r "target/${target}/doc" "${TARGET_DOC_DIR}/${target}"
echo "* [${target}](${target}/libc/index.html)" >> $PLATFORM_SUPPORT
echo "* [${target}](${target}/doc/libc/index.html)" >> $PLATFORM_SUPPORT
done < targets
# Replace <div class="platform_support"></div> with the contents of $PLATFORM_SUPPORT