Skip to content

Commit b2a584f

Browse files
committed
Update links to atomicdata-dev repo
1 parent 556c095 commit b2a584f

25 files changed

+46
-45
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# I don't want to keep
11-
# https://github.com/joepio/atomic-data-rust/issues/230
11+
# https://github.com/atomicdata-dev/atomic-data-rust/issues/230
1212
# - name: install dependencies
1313
# run: sudo apt-get install libgtk-3-dev libsoup2.4
1414
- uses: actions/checkout@v2

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
71-
# TODO: https://github.com/joepio/atomic-data-rust/issues/237
71+
# TODO: https://github.com/atomicdata-dev/atomic-data-rust/issues/237
7272
# ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}
7373
# APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
7474
# APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}

CONTRIBUTE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
First things first: I'm glad you're reading this!
44
Join our [Discord](https://discord.gg/a72Rv2P) to chat with other people in the Atomic Data community.
5-
If you encounter any issues, add them to the [Github issue tracker](https://github.com/joepio/atomic-data-rust/issues).
5+
If you encounter any issues, add them to the [Github issue tracker](https://github.com/atomicdata-dev/atomic-data-rust/issues).
66
Same goes for feature requests.
77
PR's are welcome, too!
88
Note that opening a PR means agreeing that your code becomes distributed under the MIT license.
@@ -74,7 +74,7 @@ npm run test-query {testname}
7474

7575
## Code coverage
7676

77-
- Visible at https://app.codecov.io/gh/joepio/atomic-data-rust/
77+
- Visible at https://app.codecov.io/gh/atomicdata-dev/atomic-data-rust/
7878
- Checked in CI
7979

8080
```sh
@@ -199,7 +199,7 @@ or:
199199

200200
#### Deploying to atomicdata.dev
201201

202-
1. Run the [`deploy` Github action](https://github.com/joepio/atomic-data-rust/actions/workflows/deployment.yml)
202+
1. Run the [`deploy` Github action](https://github.com/atomicdata-dev/atomic-data-rust/actions/workflows/deployment.yml)
203203

204204
or do it manually:
205205

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
name = "atomic-cli"
77
readme = "README.md"
8-
repository = "https://github.com/joepio/atomic-data-rust"
8+
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
99
version = "0.33.1"
1010

1111
[dependencies]

cli/wapm.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
2-
name = "atomic"
3-
version = "0.15.0"
42
description = "Create, share, fetch and model linked Atomic Data!"
53
license = "MIT"
6-
repository = "https://github.com/joepio/atomic-data-rust"
4+
name = "atomic"
5+
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
6+
version = "0.15.0"
77

88
[[module]]
9+
abi = "wasi"
910
name = "atomic"
1011
source = "../target/wasm32-wasi/release/atomic-cli.wasm"
11-
abi = "wasi"
1212

1313
[module.interfaces]
1414
wasi = "0.0.0-unstable"
1515

1616
[[command]]
17-
name = "atomic"
1817
module = "atomic-cli.wasm"
18+
name = "atomic"

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Atomic Server - Tauri desktop"
55
edition = "2021"
66
license = "MIT"
77
name = "atomic-server-tauri"
8-
repository = "https://github.com/joepio/atomic-data-rust"
8+
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
99
version = "0.33.1"
1010

1111
[build-dependencies]

desktop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Atomic-Server Desktop (powered by Tauri)
22

33
Desktop release for Atomic-Server.
4-
[Tauri] takes care of native installers, app icons, system tray icons, menu items, self-update ([issue](https://github.com/joepio/atomic-data-rust/issues/158)) and more.
4+
[Tauri] takes care of native installers, app icons, system tray icons, menu items, self-update ([issue](https://github.com/atomicdata-dev/atomic-data-rust/issues/158)) and more.
55

66
```sh
77
# install tauri

desktop/latest-version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"platforms": {
66
"darwin": {
77
"signature": "",
8-
"url": "https://github.com/joepio/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_aarch64.m1.macbook.dmg"
8+
"url": "https://github.com/atomicdata-dev/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_aarch64.m1.macbook.dmg"
99
},
1010
"linux": {
1111
"signature": "",
12-
"url": "https://github.com/joepio/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_linux.m1.macbook.dmg"
12+
"url": "https://github.com/atomicdata-dev/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_linux.m1.macbook.dmg"
1313
},
1414
"win64": {
1515
"signature": "",
16-
"url": "https://github.com/joepio/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_win64.macbook.dmg"
16+
"url": "https://github.com/atomicdata-dev/atomic-data-rust/releases/download/v0.31.1/Atomic.Server_0.31.1_win64.macbook.dmg"
1717
}
1818
}
1919
}

desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"updater": {
4747
"active": true,
4848
"endpoints": [
49-
"https://raw.githubusercontent.com/joepio/atomic-data-rust/master/desktop/latest-version.json"
49+
"https://raw.githubusercontent.com/atomicdata-dev/atomic-data-rust/master/desktop/latest-version.json"
5050
],
5151
"dialog": true,
5252
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQ3ODYyNjU4NEYyM0Q5MDIKUldRQzJTTlBXQ2FHMTlrdzBUSXE3S2ZQY3lHNzlKY2pQajFxVVpFRzQ3a3pyZXZxMFZHOG51dHAK"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
name = "atomic_lib"
77
readme = "README.md"
8-
repository = "https://github.com/joepio/atomic-data-rust"
8+
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
99
version = "0.33.1"
1010

1111
# Enables benchmarks to use the features, such as Db

0 commit comments

Comments
 (0)