Skip to content

Commit 4ae12ab

Browse files
committed
Fix doc URLs
1 parent 0bb3f55 commit 4ae12ab

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

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

33
[![Discord chat][discord-badge]][discord-url]
44
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
5-
[![github](https://img.shields.io/github/stars/joepio/atomic?style=social)](https://github.com/atomicdata-dev/atomic-data-browser)
5+
[![github](https://img.shields.io/github/stars/atomicdata-dev/atomic-data-browser?style=social)](https://github.com/atomicdata-dev/atomic-data-browser)
66

77
**Create, share, fetch and model [Atomic Data](https://docs.atomicdata.dev)!
88
This repo consists of three components: A library, a server and a CLI.**

cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![crates.io](https://img.shields.io/crates/v/atomic-cli)](https://crates.io/crates/atomic-cli)
44
[![Discord chat](https://img.shields.io/discord/723588174747533393.svg?logo=discord)](https://discord.gg/a72Rv2P)
55
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6-
[![github](https://img.shields.io/github/stars/joepio/atomic?style=social)](https://github.com/joepio/aget_basetomic)
6+
[![github](https://img.shields.io/github/stars/atomicdata-dev/atomic-data-rust?style=social)](https://github.com/joepio/aget_basetomic)
77

88
_Status: Beta. [Breaking changes](../CHANGELOG.md) are expected until 1.0._
99

@@ -39,18 +39,18 @@ Visit https://atomicdata.dev for more info
3939

4040
## Installation
4141

42-
Install [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) to build from source.
42+
You can install `atomic-cli: in multiple ways:
4343

44-
Install using crates.io:
44+
### Using [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
4545

4646
```sh
4747
cargo install atomic-cli
4848
```
4949

50-
Or build from this repo:
50+
### Build from source
5151

5252
```sh
53-
git clone git@github.com:joepio/atomic.git
53+
git clone git@github.com:atomicdata-dev/atomic-data-rust.git
5454
cd atomic/cli
5555
# Install atomic to path
5656
cargo install --path ./

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Released API docs](https://docs.rs/atomic_lib/badge.svg)](https://docs.rs/atomic_lib)
55
[![Discord chat](https://img.shields.io/discord/723588174747533393.svg?logo=discord)](https://discord.gg/a72Rv2P)
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
7-
[![github](https://img.shields.io/github/stars/joepio/atomic?style=social)](https://github.com/joepipo/atomic)
7+
[![github](https://img.shields.io/github/stars/atomicdata-dev/atomic-data-rust?style=social)](https://github.com/joepipo/atomic)
88

99
_Status: Beta. [Breaking changes](../CHANGELOG.md) are expected until 1.0._
1010

server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![crates.io](https://img.shields.io/crates/v/atomic-server)](https://crates.io/crates/atomic-server)
44
[![Discord chat](https://img.shields.io/discord/723588174747533393.svg?logo=discord)](https://discord.gg/a72Rv2P)
55
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6-
[![github](https://img.shields.io/github/stars/joepio/atomic?style=social)](https://github.com/atomicdata-dev/atomic-data-browser)
6+
[![github](https://img.shields.io/github/stars/atomicdata-dev/atomic-data-rust
7+
?style=social)](https://github.com/atomicdata-dev/atomic-data-browser)
78

89
_Status: alpha. [Breaking changes](../CHANGELOG.md) are expected until 1.0._
910

0 commit comments

Comments
 (0)