From d6895cf69f55656e73d43a45dcf15bcda4bb7a1b Mon Sep 17 00:00:00 2001 From: jmmelko Date: Thu, 20 Jul 2023 07:01:08 +0200 Subject: [PATCH] Update make-your-own-sheet.md Sky music new url --- make-your-own-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-your-own-sheet.md b/make-your-own-sheet.md index bf5919b..58f232a 100644 --- a/make-your-own-sheet.md +++ b/make-your-own-sheet.md @@ -212,7 +212,7 @@ All we ask is that you quality check your sheet before submitting, as others wil For input, the Visual Sheet Maker accepts the following formats: - text files (with individual note names as explained above) -- JSON files (ending with .json), as generated by the [Sky Music website](https://specy.github.io/skyMusic/) (Manage Recordings->Song->Export song) +- JSON files (ending with .json), as generated by the [Sky Music website]([https://specy.github.io/skyMusic/](https://sky-music.specy.app)) (Manage Recordings->Song->Export song) - JSON files (ending with .txt) as used by the Sky Studio iOS/Android mobile app. - MIDI files - HTML Visual Sheets (only for sheets generated after July, 2020 1st). This way, you can generate a new version of a visual sheet if you found mistakes in it. @@ -226,7 +226,7 @@ The full compatibility chart between the three apps is explained in the image be ## Going even further: customizing the Python program The command-line program can be called with arguments to customize the names of the songs directory, as well as reading from a preference file with default answers to questions asked by the program, -as well as the possibility to generate a temporary song link at our [partner website](https://specy.github.io/skyMusic/). +as well as the possibility to generate a temporary song link at our [partner website]([https://specy.github.io/skyMusic/](https://sky-music.specy.app)). To activate these options, please refer to the README on the [code repository](https://github.com/sky-music/sky-music.github.io).