Skip to content

Commit

Permalink
Fix patch URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Oct 20, 2024
1 parent 156e4ac commit 561eb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ For an easier way to flash your patches, use `flash.sh` located in the scripts f
There are a number of existing patches, which have already been designed:

- Init
- [Kudzu](./init/kudzu) - An expressive distortion patch that twists, folds, and mangles audio for a sometimes unrecognizable outcome
- [Kudzu](https://github.com/blackboxdsp/flora/tree/develop/patches/init/kudzu) - An expressive distortion patch that twists, folds, and mangles audio for a sometimes unrecognizable outcome
- Seed
- [Blink](./seed/blink) - The "hello world" of embedded programming
- [Daisy](./seed/daisy) - A basic sine-wave oscillator
- [Blink](https://github.com/blackboxdsp/flora/tree/develop/patches/seed/blink) - The "hello world" of embedded programming
- [Daisy](https://github.com/blackboxdsp/flora/tree/develop/patches/seed/daisy) - A basic sine-wave oscillator

## Writing Patches

Expand Down

0 comments on commit 561eb6b

Please sign in to comment.