Skip to content

Commit e729080

Browse files
committed
Update docs links
1 parent bc7385e commit e729080

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Node.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ globalThis.VIAM = {
4646

4747
## Using the SDK
4848

49-
To use the SDK, you can use similar instructions to those found on the [documentation site](https://docs.viam.com/build/program/). Below is an example of how you could use the SDK to display a list of resources on the connected device:
49+
To use the SDK, you can use similar instructions to those found on the [documentation site](https://docs.viam.com/sdks/). Below is an example of how you could use the SDK to display a list of resources on the connected device:
5050

5151
```ts
5252
// main.ts
@@ -95,7 +95,7 @@ connect().catch((e) => {
9595
});
9696
```
9797

98-
In the above example, it is assumed that certain environment variables are set (`HOST`, `API_KEY_ID`, and `API_KEY_SECRET`). You can set those in the process or have a `.env` file set them automatically. If you use a `.env.` file, be sure to exclude it from version control.
98+
In the above example, it is assumed that certain environment variables are set (`HOST`, `API_KEY_ID`, and `API_KEY_SECRET`). You can set those in the process or have a `.env` file set them automatically. If you use a `.env` file, be sure to exclude it from version control.
9999

100100
In your terminal, you can run:
101101

ReactNative.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Some of the new dependencies install platform-specific plugins. Be sure to run `
161161

162162
## Using the SDK
163163

164-
To use the SDK, you can use similar instructions to those found on the [documentation site](https://docs.viam.com/build/program/). Below is an example of how you could use the SDK to display a list of resources on the connected device:
164+
To use the SDK, you can use similar instructions to those found on the [documentation site](https://docs.viam.com/sdks/). Below is an example of how you could use the SDK to display a list of resources on the connected device:
165165

166166
```tsx
167167
// App.tsx

0 commit comments

Comments
 (0)