Skip to content

Commit 1a0fdb3

Browse files
authored
chore(docs): update docs (#1578)
1 parent 9d45b8d commit 1a0fdb3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/publish-python-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
```
8585
8686
### Documentation
87-
See the [README](https://github.com/simstudio/sim/tree/main/packages/python-sdk) for usage instructions.
87+
See the [README](https://github.com/simstudioai/sim/tree/main/packages/python-sdk) or the [docs](https://docs.sim.ai/sdks/python) for more information.
8888
draft: false
8989
prerelease: false

.github/workflows/publish-ts-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
```
8080
8181
### Documentation
82-
See the [README](https://github.com/simstudio/sim/tree/main/packages/ts-sdk) for usage instructions.
82+
See the [README](https://github.com/simstudioai/sim/tree/main/packages/ts-sdk) or the [docs](https://docs.sim.ai/sdks/typescript) for more information.
8383
draft: false
8484
prerelease: false

packages/ts-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"exports": {
1010
".": {
1111
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.js",
13-
"require": "./dist/index.js"
12+
"import": "./dist/index.js"
1413
}
1514
},
1615
"scripts": {

0 commit comments

Comments
 (0)