Skip to content

Commit ae9515b

Browse files
committed
Fix broken URLs: remove swagger link, correct GitHub org name
- Remove lab.flashalpha.com/swagger (404) - Fix github.com/FlashAlpha → github.com/FlashAlpha-lab
1 parent f3fe4c4 commit ae9515b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,4 @@ except RateLimitError as e:
171171
## Links
172172

173173
- [API Documentation](https://flashalpha.com/docs)
174-
- [Interactive Playground](https://lab.flashalpha.com/swagger)
175-
- [GitHub](https://github.com/FlashAlpha/flashalpha-python)
174+
- [GitHub](https://github.com/FlashAlpha-lab/flashalpha-python)

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ dependencies = ["requests>=2.28"]
4545
[project.urls]
4646
Homepage = "https://flashalpha.com"
4747
Documentation = "https://flashalpha.com/docs"
48-
Repository = "https://github.com/FlashAlpha/flashalpha-python"
49-
Issues = "https://github.com/FlashAlpha/flashalpha-python/issues"
50-
Playground = "https://lab.flashalpha.com/swagger"
48+
Repository = "https://github.com/FlashAlpha-lab/flashalpha-python"
49+
Issues = "https://github.com/FlashAlpha-lab/flashalpha-python/issues"
5150

5251
[project.optional-dependencies]
5352
dev = ["pytest>=7.0", "pytest-cov", "responses>=0.23"]

0 commit comments

Comments
 (0)