Skip to content

Commit f4bfcc4

Browse files
committed
Update github repo urls
1 parent 9c229ab commit f4bfcc4

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

DOCS.MD

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

33
Documentation for `@tomic/lib` and `@tomic/react`.
44

5-
See [the Github repository](https://github.com/joepio/atomic-data-browser) for more information and issues.
5+
See [the Github repository](https://github.com/atomicdata-dev/atomic-data-browser) for more information and issues.

data-browser/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Atomic Data Browser
22

3-
[![Build Status](https://github.com/joepio/atomic-data-browser/workflows/build/badge.svg)](https://github.com/joepio/atomic-data-browser/actions)
3+
[![Build Status](https://github.com/atomicdata-dev/atomic-data-browser/workflows/build/badge.svg)](https://github.com/atomicdata-dev/atomic-data-browser/actions)
44

55
_Status: Beta. [Breaking changes](CHANGELOG.md) are expected until 1.0._
66

77
View, edit and create [Atomic Data](https://atomicdata.dev/) from your browser!
8-
Designed for interacting with [`atomic-server`](https://github.com/joepio/atomic).
8+
Designed for interacting with [`atomic-server`](https://github.com/atomicdata-dev/atomic-data-browser).
99

1010
**[demo on atomicdata.dev](https://atomicdata.dev/)**
1111

data-browser/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Atomic Data is especially suitable for knowledge graphs, distributed datasets, s
99
About this app
1010
--------------
1111

12-
You're looking at [atomic-data-browser](https://github.com/joepio/atomic-data-browser), an open-source client for viewing and editing data. Please add an issue if you encouter problems or have a feature request. Expect bugs and issues, because this stuff is pretty beta.
12+
You're looking at [atomic-data-browser](https://github.com/atomicdata-dev/atomic-data-browser), an open-source client for viewing and editing data. Please add an issue if you encouter problems or have a feature request. Expect bugs and issues, because this stuff is pretty beta.
1313

14-
The back-end of this app is [atomic-server](https://github.com/joepio/atomic), which you can think of as an open source, web-native database.
14+
The back-end of this app is [atomic-server](https://github.com/atomicdata-dev/atomic-data-browser), which you can think of as an open source, web-native database.
1515

1616
Things to visit
1717
---------------
@@ -23,7 +23,7 @@ Things to visit
2323
Run your own server
2424
-------------------
2525

26-
The easiest way to run an [atomic-server](https://github.com/joepio/atomic) is by using Docker:
26+
The easiest way to run an [atomic-server](https://github.com/atomicdata-dev/atomic-data-browser) is by using Docker:
2727

2828
`docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server`
2929

data-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"name": "@tomic/data-browser",
5050
"private": true,
5151
"repository": {
52-
"url": "https://github.com/joepio/atomic-data-browser/"
52+
"url": "https://github.com/atomicdata-dev/atomic-data-browser/"
5353
},
5454
"scripts": {
5555
"build": "tsc && vite build",

data-browser/src/components/SideBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const aboutMenuItems: SideBarMenuItemProps[] = [
3232
icon: <FaExternalLinkAlt />,
3333
label: 'github',
3434
helper: 'View the source code for this application',
35-
href: 'https://github.com/joepio/atomic-data-browser',
35+
href: 'https://github.com/atomicdata-dev/atomic-data-browser',
3636
},
3737
{
3838
// icon: <FaDiscord />,

data-browser/src/components/forms/ResourceForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function ResourceForm({
7171

7272
// Sets agent warning / eror
7373
// Currently not reliable
74-
// https://github.com/joepio/atomic-data-browser/issues/71
74+
// https://github.com/atomicdata-dev/atomic-data-browser/issues/71
7575
// useEffect(() => {
7676
// if (canWrite == false) {
7777
// setErr(new Error(`Cannot save: ${canWriteErr}.`));

data-browser/src/components/forms/ValueForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function ValueForm({
8282
setErr(null);
8383
setEditMode(false);
8484
// Should this maybe also remove the edits to the resource?
85-
// https://github.com/joepio/atomic-data-browser/issues/36
85+
// https://github.com/atomicdata-dev/atomic-data-browser/issues/36
8686
}
8787

8888
async function handleSave() {

data-browser/src/routes/AboutRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const About: React.FunctionComponent = () => {
3434
<h2>About this app</h2>
3535
<p>
3636
You&apos;re looking at{' '}
37-
<AtomicLink href='https://github.com/joepio/atomic-data-browser'>
37+
<AtomicLink href='https://github.com/atomicdata-dev/atomic-data-browser'>
3838
atomic-data-browser
3939
</AtomicLink>
4040
, an open-source client for viewing and editing data. Please add an

lerna-debug.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
0 silly argv script: 'tsc'
66
0 silly argv }
77
1 notice cli v4.0.0
8-
2 verbose rootPath /Users/joep/dev/src/github.com/joepio/atomic-data-browser
8+
2 verbose rootPath /Users/joep/dev/src/github.com/atomicdata-dev/atomic-data-browser
99
3 error JSONError: Unexpected token "}" (0x7D) in JSON at position 163 while parsing near "... \"tsc\": \"tsc\",\n },\n \"author\": \"\",\n ..." in atomic-react/package.json
1010
3 error
1111
3 error   6 | "test": "echo \"Error: no test specified\" && exit 1",
@@ -16,6 +16,6 @@
1616
3 error   10 | "license": "ISC",
1717
3 error   11 | "main": "src/index.ts"
1818
3 error
19-
3 error at parseJson (/Users/joep/dev/src/github.com/joepio/atomic-data-browser/node_modules/parse-json/index.js:29:21)
20-
3 error at parse (/Users/joep/dev/src/github.com/joepio/atomic-data-browser/node_modules/load-json-file/index.js:15:9)
21-
3 error at module.exports (/Users/joep/dev/src/github.com/joepio/atomic-data-browser/node_modules/load-json-file/index.js:18:47)
19+
3 error at parseJson (/Users/joep/dev/src/github.com/atomicdata-dev/atomic-data-browser/node_modules/parse-json/index.js:29:21)
20+
3 error at parse (/Users/joep/dev/src/github.com/atomicdata-dev/atomic-data-browser/node_modules/load-json-file/index.js:15:9)
21+
3 error at module.exports (/Users/joep/dev/src/github.com/atomicdata-dev/atomic-data-browser/node_modules/load-json-file/index.js:18:47)

lib/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Core typescript library for handling JSON-AD parsing, storing Atomic Data,
55
* signing Commits, and more.
66
*
7-
* [github repository](https://github.com/joepio/atomic-data-browser)
7+
* [github repository](https://github.com/atomicdata-dev/atomic-data-browser)
88
*
99
* ## Features
1010
*

react/src/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export function useArray(
409409
return [[], set];
410410
}
411411
// If .toArray() errors, return an empty array. Useful in forms when datatypes haves changed!
412-
// https://github.com/joepio/atomic-data-browser/issues/85
412+
// https://github.com/atomicdata-dev/atomic-data-browser/issues/85
413413
let arr = [];
414414
try {
415415
arr = valToArray(value);

react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Render, fetch, edit and delete [Atomic Data](https://atomicdata.dev).
55
* Re-exports all of [`@tomic/lib`](https://www.npmjs.com/package/@tomic/lib).
66
*
7-
* [github repository](https://github.com/joepio/atomic-data-browser)
7+
* [github repository](https://github.com/atomicdata-dev/atomic-data-browser)
88
*
99
* ## How to use
1010
*

0 commit comments

Comments
 (0)