]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mechmini/v1/README.md
Align use of atmega32a program script (#5259)
[qmk_firmware.git] / keyboards / mechmini / v1 / README.md
index 9f44a9c2cd547d6a85ece85caaa1460d9b60041f..315349803a09eb8efcea550439dce72f81d7e6f0 100644 (file)
@@ -11,7 +11,7 @@ Make example for this keyboard (after setting up your build environment):
 
     make mechmini/v1:default
 
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
 
 ## Mechmini Notes
 
@@ -29,7 +29,7 @@ $ brew cask install crosspack-avr
 $ brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
 ```
 
-In order to use the `./program` script, which can reboot the board into
+In order to use the `./util/atmega32a_program.py` script, which can reboot the board into
 the bootloader, you'll need Python 2 with PyUSB installed:
 
 ```