Skip to content

Commit

Permalink
Update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Oct 17, 2024
1 parent bc7385e commit e729080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ globalThis.VIAM = {

## Using the SDK

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:
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:

```ts
// main.ts
Expand Down Expand Up @@ -95,7 +95,7 @@ connect().catch((e) => {
});
```

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.
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.

In your terminal, you can run:

Expand Down
2 changes: 1 addition & 1 deletion ReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Some of the new dependencies install platform-specific plugins. Be sure to run `

## Using the SDK

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:
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:

```tsx
// App.tsx
Expand Down

0 comments on commit e729080

Please sign in to comment.