Skip to content

Commit 9a44214

Browse files
committed
Update repository URLs to point to jesse-rust repository
1 parent f751d88 commit 9a44214

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ If you need to build from source:
5656

5757
```bash
5858
# Clone the repository
59-
git clone https://github.com/jesse-ai/jesse.git
60-
cd jesse/jesse-rust
59+
git clone https://github.com/jesse-ai/jesse-rust.git
60+
cd jesse-rust
6161

6262
# Install maturin
6363
pip install maturin
@@ -93,7 +93,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
9393

9494
- Documentation: [docs.jesse.trade](https://docs.jesse.trade)
9595
- Community: [Jesse Discord](https://discord.gg/jesse)
96-
- Issues: [GitHub Issues](https://github.com/jesse-ai/jesse/issues)
96+
- Issues: [GitHub Issues](https://github.com/jesse-ai/jesse-rust/issues)
9797

9898
## Acknowledgments
9999

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies = [
4141
[project.urls]
4242
"Homepage" = "https://jesse.trade"
4343
"Documentation" = "https://docs.jesse.trade"
44-
"Repository" = "https://github.com/jesse-ai/jesse"
45-
"Bug Reports" = "https://github.com/jesse-ai/jesse/issues"
44+
"Repository" = "https://github.com/jesse-ai/jesse-rust"
45+
"Bug Reports" = "https://github.com/jesse-ai/jesse-rust/issues"
4646

4747
[tool.maturin]
4848
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)