diff options
author | internetirl <mattferri@gmail.com> | 2018-04-18 22:21:36 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-18 22:21:36 -0400 |
commit | a7fca476866ea7efac69c7519d9666665c9a62a8 (patch) | |
tree | a5f676bb2f60fabf86c65294aa8c200dfd505ab6 /docs | |
parent | 9ab786d1d8f07a252d109e4fcea92b929a7fb5cf (diff) |
Link to Atmel's flip is broken. (#2752)
The link to Atmel's flip is broken. It re-directs to http://www.microchip.com/. Please update!
I think this is the correct link. Please verify.
http://www.microchip.com/developmenttools/productdetails.aspx?partno=flip
Diffstat (limited to 'docs')
-rw-r--r-- | docs/flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 8e1381f698..e5fe59f8f0 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -20,7 +20,7 @@ Compatible flashers: * [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) * [dfu-programmer](https://github.com/dfu-programmer/dfu-programmer) / `:dfu` in QMK (recommended command line) -* [Atmel's Flip](http://www.atmel.com/tools/flip.aspx) (not recommended) +* [Atmel's Flip](http://www.microchip.com/developmenttools/productdetails.aspx?partno=flip) (not recommended) Flashing sequence: |