Skip to content

Commit

Permalink
Fix platforms' links on the Platform-specific documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Mar 3, 2021
1 parent 5786455 commit 58cd703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dox.sh
Expand Up @@ -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
Expand Down

0 comments on commit 58cd703

Please sign in to comment.