Skip to content

Commit e2ef67d

Browse files
committed
fix: point repository URLs to SDK repos for provenance
1 parent 115a149 commit e2ef67d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

xdk-gen/templates/python/pyproject_toml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies = [
3636
]
3737

3838
[project.urls]
39-
Homepage = "https://github.com/xdevplatform/xdk"
40-
Repository = "https://github.com/xdevplatform/xdk/tree/main/xdk/python"
39+
Homepage = "https://github.com/xdevplatform/xdk-python"
40+
Repository = "https://github.com/xdevplatform/xdk-python"
4141

4242
[project.optional-dependencies]
4343
dev = [

xdk-gen/templates/typescript/package_json.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
"license": "MIT",
6060
"repository": {
6161
"type": "git",
62-
"url": "https://github.com/xdevplatform/xdk"
62+
"url": "https://github.com/xdevplatform/xdk-typescript"
6363
},
6464
"bugs": {
65-
"url": "https://github.com/xdevplatform/xdk/issues"
65+
"url": "https://github.com/xdevplatform/xdk-typescript/issues"
6666
},
67-
"homepage": "https://github.com/xdevplatform/xdk",
67+
"homepage": "https://github.com/xdevplatform/xdk-typescript",
6868
"publishConfig": {
6969
"access": "public"
7070
},

0 commit comments

Comments
 (0)