Fix wrong links after migration
This commit is contained in:
parent
c7c47507d0
commit
8808dbc9dc
10
README.md
10
README.md
|
@ -1,11 +1,9 @@
|
||||||
# ![Piano icon](https://raw.github.com/makeopen/piano/master/images/logos/logo32.png) Piano
|
# ![](images/logos/logo32.png) Piano
|
||||||
|
|
||||||
Piano is a desktop app that uses built-in MIDI support in order to
|
Piano is a desktop app that uses built-in MIDI support in order to
|
||||||
offer an usable interface for playing any of the 127 instruments defined
|
offer an usable interface for playing any of the 127 instruments defined
|
||||||
by General MIDI.
|
by General MIDI.
|
||||||
|
|
||||||
[Download latest release](https://github.com/makeopen/piano/releases)
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Using Grunt:
|
Using Grunt:
|
||||||
|
@ -19,15 +17,15 @@ Then run the app in `build/win` folder.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![Main window](https://raw.github.com/makeopen/piano/master/images/screenshots/main.png)
|
![Main window](images/screenshots/main.png)
|
||||||
|
|
||||||
*Main window*
|
*Main window*
|
||||||
|
|
||||||
![With a music loaded](https://raw.github.com/makeopen/piano/master/images/screenshots/music.png)
|
![With a music loaded](images/screenshots/music.png)
|
||||||
|
|
||||||
*With a music loaded*
|
*With a music loaded*
|
||||||
|
|
||||||
![Instruments window](https://raw.github.com/makeopen/piano/master/images/screenshots/instruments.png)
|
![Instruments window](images/screenshots/instruments.png)
|
||||||
|
|
||||||
*Instruments window*
|
*Instruments window*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue