Skip to content

Commit

Permalink
Fix paths to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 30, 2024
1 parent 4ee797f commit 0229bc0
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion crates/terraphim-markdown-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "terraphim"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
pulldown-cmark = "0.9.3"
2 changes: 1 addition & 1 deletion crates/terraphim_automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
terraphim_types = { path = "../terraphim_types" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
readme = "../README.md"
readme = "../../../../README.md"


[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "configuration", "config"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"


[[bin]]
Expand Down
3 changes: 2 additions & 1 deletion crates/terraphim_middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "middleware"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"


[dependencies]
terraphim_config = { path = "../terraphim_config" }
Expand Down
3 changes: 2 additions & 1 deletion crates/terraphim_persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "persistence", "storage"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"


[dependencies]
terraphim_settings = { path = "../terraphim_settings" }
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_rolegraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "roles", "rolegraph"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
terraphim_automata = { path = "../terraphim_automata" }
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "service"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
terraphim_persistence = { path = "../terraphim_persistence" }
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "settings", "configuration"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
directories = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "types"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
ahash = { version = "0.8.8", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "tauri", "desktop"]
readme = "../README.md"
readme = "../../README.md"
edition = "2021"
rust-version = "1.57"

Expand Down
2 changes: 1 addition & 1 deletion lab/parking-lot/config-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "config"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion lab/parking-lot/server-poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
license = "Apache-2.0"
readme = "../README.md"
readme = "../../../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 0229bc0

Please sign in to comment.