Issues with SDK 0.10.1

Reading through the 0.10.1 announcement and installing the SDK on macOS, I find the following issues:

  1. As my newly arrived device is still on 0.8.1 I tried to follow the link to to " Please see Updating Your Device to 0.10.0 for details on how to update your Playdate to 0.10.0 to enable over-the-air-updates." which leads to a 404
  2. C_API/Examples/Hello World**/CMakeLists.txt refer to buildsupport/setup.s when it in fact should be buildsupport/setup.c
  3. C_API/buildsupport/arm.cmake refers to #set(TOOLCHAIN_DIR "/usr/local/playdate/gcc-arm-none-eabi-7-2017-q4-major") when in fact it should be /usr/local/playdate/gcc-arm-none-eabi-9-2019-q4-major

@hbehrens thanks for the bug report. The 2 issues with the C API should be fixed in the next release.