Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Aug 22, 2024
1 parent e7f66ca commit b62f21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/linter-lilypond-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ describe("linter-lilypond", () => {
it("tokenizes keywords", () => {
// To create the strings in the keywords array, run:
/*
git clone https://git.savannah.gnu.org/git/lilypond.git
git clone https://gitlab.com/lilypond/lilypond.git
cd lilypond
git checkout tags/v2.24.4
python -c '
Expand Down Expand Up @@ -754,7 +754,7 @@ rm -fR lilypond
it("tokenizes built-in commands", () => {
// To create the strings in the commands array, paste the result of:
/*
git clone https://git.savannah.gnu.org/git/lilypond.git
git clone https://gitlab.com/lilypond/lilypond.git
cd lilypond
git checkout tags/v2.24.4
python -c '
Expand Down Expand Up @@ -1294,7 +1294,7 @@ rm -fR lilypond
it("tokenizes built-in markup commands", () => {
// To create the strings in the commands array, paste the result of:
/*
git clone https://git.savannah.gnu.org/git/lilypond.git
git clone https://gitlab.com/lilypond/lilypond.git
cd lilypond
git checkout tags/v2.24.4
python -c '
Expand Down

0 comments on commit b62f21b

Please sign in to comment.