Skip to content

Commit 6376f1e

Browse files
authored
Use absolute paths in readme (#487)
1 parent 5811cbf commit 6376f1e

File tree

3 files changed

+127
-61
lines changed

3 files changed

+127
-61
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ npm install @viamrobotics/sdk
2929

3030
## Node
3131

32-
To use this SDK with node, read the [documentation](/Node.md) or view the [example](/examples/node/)
32+
To use this SDK with node, read the [documentation](https://github.com/viamrobotics/viam-typescript-sdk/blob/main/Node.md) or view the [example](https://github.com/viamrobotics/viam-typescript-sdk/tree/main/examples/node)
3333

3434
## React Native
3535

36-
To use this SDK with React Native, read the [documentation](/ReactNative.md) or view the [example](/examples/react-native/)
36+
To use this SDK with React Native, read the [documentation](https://github.com/viamrobotics/viam-typescript-sdk/blob/main/ReactNative.md) or view the [example](https://github.com/viamrobotics/viam-typescript-sdk/tree/main/examples/react-native/)
3737

3838
## License
3939

package-lock.json

+124-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"npm-check-updates": "^17.1.11",
7979
"prettier": "^3.1.1",
8080
"prettier-plugin-jsdoc": "^1.1.1",
81-
"typedoc": "^0.25.4",
81+
"typedoc": "^0.27.9",
8282
"typescript": "^5.3.3",
8383
"vite": "^5.0.10",
8484
"vitest": "^1.1.0",

0 commit comments

Comments
 (0)