Skip to content

Commit 5a8f9a0

Browse files
committed
minor doc update
1 parent af9f0f9 commit 5a8f9a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
description = "Building blocks for authoring fuzzy inference systems in Rust."
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/your-org/rust-fuzzylogic"
7+
repository = "https://github.com/joushuakent/rust-fuzzylogic"
88
documentation = "https://docs.rs/rust-fuzzylogic"
9-
homepage = "https://github.com/your-org/rust-fuzzylogic"
9+
homepage = "https://github.com/joushuakent/rust-fuzzylogic"
1010
readme = "README.md"
1111
keywords = ["fuzzy", "logic", "ai", "inference"]
1212
categories = ["algorithms", "science"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once the API stabilises you will be able to add it as a Git dependency in your `
3434

3535
```toml
3636
[dependencies]
37-
rust-fuzzylogic = { git = "https://github.com/your-org/rust-fuzzylogic" }
37+
rust-fuzzylogic = { git = "https://github.com/joshuakent/rust-fuzzylogic" }
3838
```
3939

4040
After the crate reaches its first release the dependency line will become:
@@ -49,7 +49,7 @@ rust-fuzzylogic = "0.1"
4949
If you would like to contribute, clone the repository and open it with your favourite editor:
5050

5151
```bash
52-
git clone https://github.com/your-org/rust-fuzzylogic.git
52+
git clone https://github.com/joshuakent/rust-fuzzylogic.git
5353
cd rust-fuzzylogic
5454
```
5555

0 commit comments

Comments
 (0)