Skip to content

Commit 7a1f03b

Browse files
committed
Update links to atomicdata-dev repo
1 parent 2375420 commit 7a1f03b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
109109
- Refresh collection on opening page
110110
- Don't auto-accept invites
111111
- Improve server switcher design
112-
- Change default port of localhost to 9883 ([issue](https://github.com/joepio/atomic-data-rust/issues/229))
112+
- Change default port of localhost to 9883 ([issue](https://github.com/atomicdata-dev/atomic-data-rust/issues/229))
113113

114114
## v0.29.1
115115

@@ -199,7 +199,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
199199

200200
## v0.24.0
201201

202-
- Match version number of [atomic-data-rust](https://github.com/joepio/atomic-data-rust)
202+
- Match version number of [atomic-data-rust](https://github.com/atomicdata-dev/atomic-data-rust)
203203
- Add Version button to menu
204204
- Disable menu buttons that are not usable
205205
- Improve error view in cards

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repo consists of three components: a javascript / typescript library, a rea
99
## [`atomic-data-browser`](data-browser/README.md)
1010

1111
A GUI for viewing, editing and browsing Atomic Data.
12-
Designed for interacting with [atomic-server](https://github.com/joepio/atomic-data-rust/).
12+
Designed for interacting with [atomic-server](https://github.com/atomicdata-dev/atomic-data-rust/).
1313

1414
**demo on [atomicdata.dev](https://atomicdata.dev)**
1515

@@ -65,7 +65,7 @@ React library with many useful hooks for rendering and editing Atomic Data.
6565

6666
## Also check out
6767

68-
- [atomic-data-rust](https://github.com/joepio/atomic-data-rs), a rust [**library**](https://crates.io/crates/atomic-lib), [**server**](https://crates.io/crates/atomic-server) and [**cli**](https://crates.io/crates/atomic-cli) for Atomic Data.
68+
- [atomic-data-rust](https://github.com/atomicdata-dev/atomic-data-rs), a rust [**library**](https://crates.io/crates/atomic-lib), [**server**](https://crates.io/crates/atomic-server) and [**cli**](https://crates.io/crates/atomic-cli) for Atomic Data.
6969
- [sign up to the Atomic Data Newsletter](http://eepurl.com/hHcRA1)
7070

7171
## Contribute

data-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pnpm start
4343
```
4444

4545
If you want to _edit_ data, you'll need an [_Agent_](https://atomicdata.dev/classes/Agent), including its `privateKey` and `subject`.
46-
You can get one by accepting [an Invite](https://atomicdata.dev/invites/1), or by hosting your own [`atomic-server`](https://github.com/joepio/atomic/blob/master/server/README.md).
46+
You can get one by accepting [an Invite](https://atomicdata.dev/invites/1), or by hosting your own [`atomic-server`](https://github.com/atomicdata-dev/atomic-data-rust/blob/master/server/README.md).
4747
You can set the Agent on the `/app/agent` route.
4848

4949
## Understanding & contributing to the code

data-browser/src/routes/SettingsAgent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const SettingsAgent: React.FunctionComponent = () => {
163163
) : (
164164
<p>
165165
You can create your own Agent by hosting an{' '}
166-
<AtomicLink href='https://github.com/joepio/atomic/tree/master/server'>
166+
<AtomicLink href='https://github.com/atomicdata-dev/atomic-data-rust/tree/master/server'>
167167
atomic-server
168168
</AtomicLink>
169169
. Alternatively, you can use{' '}

0 commit comments

Comments
 (0)