Skip to content

Commit 768895a

Browse files
chore: update fastapi link (#486)
1 parent 45b068b commit 768895a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/server_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
EXAMPLE_REPOS: list[dict[str, str]] = [
1616
{"name": "Gitingest", "url": "https://github.com/coderamp-labs/gitingest"},
17-
{"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"},
17+
{"name": "FastAPI", "url": "https://github.com/fastapi/fastapi"},
1818
{"name": "Flask", "url": "https://github.com/pallets/flask"},
1919
{"name": "Excalidraw", "url": "https://github.com/excalidraw/excalidraw"},
2020
{"name": "ApiAnalytics", "url": "https://github.com/tom-draper/api-analytics"},

tests/query_parser/test_git_host_agnostic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Repository matrix: (host, user, repo)
1616
_REPOS: list[tuple[str, str, str]] = [
17-
("github.com", "tiangolo", "fastapi"),
17+
("github.com", "fastapi", "fastapi"),
1818
("gitlab.com", "gitlab-org", "gitlab-runner"),
1919
("bitbucket.org", "na-dna", "llm-knowledge-share"),
2020
("gitea.com", "xorm", "xorm"),

0 commit comments

Comments
 (0)