Skip to content

Commit fad2af9

Browse files
authored
fix(readme): add org name (#227)
<!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ## 📑 Description <!-- Add a brief description of the pr --> <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed - [ ] Branch name follows `type/descript` (e.g. `feature/add-llm-agents`) - [ ] Ready for code review ## ℹ Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. -->
1 parent 771d72b commit fad2af9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Live Trade Bench is a comprehensive platform for evaluating LLM-based trading ag
3636
pip install live-trade-bench
3737

3838
# Or from source
39-
git clone https://github.com/your-org/live-trade-bench.git
39+
git clone https://github.com/ulab-uiuc/live-trade-bench.git
4040
cd live-trade-bench
4141
poetry install
4242
```

frontend/src/components/Navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Navigation: React.FC = () => {
8383
{/* Right Side Links */}
8484
<div className="nav-right-links desktop-nav">
8585
<a
86-
href="https://github.com/your-org/live-trade-bench"
86+
href="https://github.com/ulab-uiuc/live-trade-bench"
8787
target="_blank"
8888
rel="noopener noreferrer"
8989
className="icon-link github-link"
@@ -175,7 +175,7 @@ const Navigation: React.FC = () => {
175175
📄 Technical Report
176176
</a>
177177
<a
178-
href="https://github.com/your-org/live-trade-bench"
178+
href="https://github.com/ulab-uiuc/live-trade-bench"
179179
target="_blank"
180180
rel="noopener noreferrer"
181181
className="mobile-external-link"

0 commit comments

Comments
 (0)