Skip to content

Commit 63bf2b2

Browse files
committed
Fix paths to docs
1 parent 2e83b6c commit 63bf2b2

13 files changed

Lines changed: 16 additions & 13 deletions

File tree

crates/terraphim-markdown-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "agent", "terraphim"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
pulldown-cmark = "0.9.3"

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
terraphim_types = { path = "../terraphim_types" }

crates/terraphim_automata/node/terraphim-automata-node-rs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ documentation = "https://terraphim.ai"
1010
homepage = "https://terraphim.ai"
1111
repository = "https://github.com/terraphim/terraphim-ai"
1212
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
13-
readme = "../README.md"
13+
readme = "../../../../README.md"
14+
1415

1516
[lib]
1617
crate-type = ["cdylib"]

crates/terraphim_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "configuration", "config"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414

1515
[[bin]]

crates/terraphim_middleware/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "middleware"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
13+
1314

1415
[dependencies]
1516
terraphim_config = { path = "../terraphim_config" }

crates/terraphim_persistence/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "persistence", "storage"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
13+
1314

1415
[dependencies]
1516
terraphim_settings = { path = "../terraphim_settings" }

crates/terraphim_rolegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "roles", "rolegraph"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
terraphim_automata = { path = "../terraphim_automata" }

crates/terraphim_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "service"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
terraphim_persistence = { path = "../terraphim_persistence" }

crates/terraphim_settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "settings", "configuration"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
directories = "5.0.1"

crates/terraphim_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
99
repository = "https://github.com/terraphim/terraphim-ai"
1010
keywords = ["personal-assistant", "ai", "privacy", "agent", "types"]
1111
license = "Apache-2.0"
12-
readme = "../README.md"
12+
readme = "../../README.md"
1313

1414
[dependencies]
1515
ahash = { version = "0.8.8", features = ["serde"] }

0 commit comments

Comments
 (0)