Skip to content

Commit cd3d08a

Browse files
committed
docs: update repo links with new name
1 parent a844742 commit cd3d08a

File tree

7 files changed

+10
-18
lines changed

7 files changed

+10
-18
lines changed

.vscode/launch.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
6-
"configurations": [
7-
{
8-
"name": "Launch CLI",
9-
"program": "${workspaceFolder}/packages/music-library-scripts/lib/main.mjs",
10-
"request": "launch",
11-
"skipFiles": ["<node_internals>/**"],
12-
"type": "node"
13-
}
14-
]
6+
"configurations": []
157
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ management 🔮
3333
### For DJs: `raga-app`
3434

3535
Most _raga_ users will use the Electron-based desktop application. Its releases are available for
36-
download [here](https://github.com/adidahiya/music-library-scripts/releases). With the Raga app, you
36+
download [here](https://github.com/adidahiya/raga/releases). With the Raga app, you
3737
can:
3838

3939
- import a Swinsian library and browse its playlists
@@ -45,15 +45,15 @@ can:
4545
![app screenshot](./packages/raga-app/docs/app.png)
4646

4747
The source code for the app lives in the
48-
[`raga-app` package](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-app/README.md).
48+
[`raga-app` package](https://github.com/adidahiya/raga/blob/main/packages/raga-app/README.md).
4949

5050
### For developers: `raga-lib` and `raga-cli`
5151

5252
Much of _raga_'s data management functionality lives in a separate Node.js library called
53-
[`raga-lib`](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-lib/README.md).
53+
[`raga-lib`](https://github.com/adidahiya/raga/blob/main/packages/raga-lib/README.md).
5454

5555
There is also a CLI called
56-
[`raga-cli`](https://github.com/adidahiya/music-library-scripts/blob/main/packages/raga-cli/README.md)
56+
[`raga-cli`](https://github.com/adidahiya/raga/blob/main/packages/raga-cli/README.md)
5757
which provides a command-line script to transform a Swinsian-exported library XML to the
5858
Rekordbox-compatible Music.app XML format.
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "[email protected]:adidahiya/music-library-scripts.git"
35+
"url": "[email protected]:adidahiya/raga.git"
3636
},
3737
"resolutions": {
3838
"file-selector@npm:^0.6.0": "patch:file-selector@npm%3A0.6.0#~/.yarn/patches/file-selector-npm-0.6.0-04259af1f7.patch"

packages/raga-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage guide
44

5-
Installation: download latest app binary for your OS platform from the [Releases page](https://github.com/adidahiya/music-library-scripts/releases).
5+
Installation: download latest app binary for your OS platform from the [Releases page](https://github.com/adidahiya/raga/releases).
66

77
### Getting started
88

packages/raga-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### 2. Run the `raga-cli` application
1515

16-
Download the latest release from the [Releases page](https://github.com/adidahiya/music-library-scripts/releases).
16+
Download the latest release from the [Releases page](https://github.com/adidahiya/raga/releases).
1717

1818
Run the application binary for your platform (ARM or x86) and follow the terminal prompts.
1919

packages/raga-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "git+ssh://[email protected]/adidahiya/music-library-scripts.git"
41+
"url": "git+ssh://[email protected]/adidahiya/raga.git"
4242
},
4343
"license": "MIT"
4444
}

packages/raga-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+ssh://[email protected]/adidahiya/music-library-scripts.git"
43+
"url": "git+ssh://[email protected]/adidahiya/raga.git"
4444
},
4545
"license": "MIT"
4646
}

0 commit comments

Comments
 (0)