Skip to content

Commit 2274f62

Browse files
committed
Update urls to swe-rex websites
1 parent 1bc7b80 commit 2274f62

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: SWE-ReX documentation
2+
site_url: https://swe-rex.com
23
theme:
34
name: material
45
# custom_dir: docs/overrides

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ where = ["src"]
7878
namespaces = false
7979

8080
# [project.urls]
81-
# "Homepage" = "https://swe-agent.com"
82-
# "Bug Reports" = "http://github.com/princeton-nlp/SWE-agent/issues"
83-
# "Documentation" = "https://princeton-nlp.github.io/SWE-agent/"
84-
# "Source" = "http://github.com/princeton-nlp/SWE-agent"
81+
"Homepage" = "https://swe-rex.com"
82+
"Bug Reports" = "http://github.com/SWE-agent/SWE-rex/issues"
83+
"Documentation" = "https://swe-rex.com/latest/"
84+
"Source" = "http://github.com/SWE-agent/SWE-rex"
8585

8686
[project.scripts]
8787
swerex-remote = "swerex.server:main"

0 commit comments

Comments
 (0)