Skip to content

Commit c9435c2

Browse files
louis-preclaude
andcommitted
Fix relative links to moved device guide files
august-locks, kwikset-locks, noiseaware-sensors moved from device-guides/ to device-and-system-integration-guides/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0808547 commit c9435c2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guides/device-guides/get-started-with-august-locks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn how to connect and control August locks with the Seam API.
1010

1111
Seam provides a universal API to connect and control many brands of IoT devices and systems, including smart locks, access control systems (ACSs), thermostats, and noise sensors.
1212

13-
This guide gives you a rapid introduction to connecting and controlling your [August lock](august-locks.md) using the Seam API. For application developers, you can use the Seam API in your app, and your users can authorize your app to control their devices using Seam.
13+
This guide gives you a rapid introduction to connecting and controlling your [August lock](../device-and-system-integration-guides/august-locks.md) using the Seam API. For application developers, you can use the Seam API in your app, and your users can authorize your app to control their devices using Seam.
1414

1515
For detailed information about the August devices that Seam supports, see our [August Supported Devices page](https://www.seam.co/manufacturers/august).
1616

@@ -1377,7 +1377,7 @@ if (updatedFrontDoor.CanProgramOnlineAccessCodes == true) {
13771377

13781378
Now that you have learned the basics of using the Seam API, you can connect and control a real August device. To do so, make sure to switch to a [non-sandbox workspace](../core-concepts/workspaces/#production-workspaces) and [API key](../core-concepts/authentication/api-keys.md).
13791379

1380-
For more details about setting up your real August lock, see the [August locks integration guide](august-locks.md).
1380+
For more details about setting up your real August lock, see the [August locks integration guide](../device-and-system-integration-guides/august-locks.md).
13811381

13821382
***
13831383

docs/guides/device-guides/sandbox-and-sample-data/august-locks-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sandbox August Locks
22

3-
Use any of the following sets of credentials to add virtual [August locks](../august-locks.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
3+
Use any of the following sets of credentials to add virtual [August locks](../../device-and-system-integration-guides/august-locks.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
44

55
<table><thead><tr><th>Device Region</th><th width="224">Email Address</th><th width="150">Password</th><th>Two Factor or Verification Code</th></tr></thead><tbody><tr><td>North America or Others</td><td>jane@example.com</td><td>1234</td><td>123456</td></tr><tr><td>North America or Others</td><td>john@example.com</td><td>1234</td><td>123456</td></tr><tr><td>North America or Others</td><td>sam@example.com</td><td>1234</td><td>123456</td></tr><tr><td>North America or Others</td><td>frodo@example.com</td><td>1234</td><td>123456</td></tr></tbody></table>
66

docs/guides/device-guides/sandbox-and-sample-data/kwikset-locks-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sandbox Kwikset Locks
22

3-
Use the following set of credentials to add virtual [Kwikset locks](../kwikset-locks.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
3+
Use the following set of credentials to add virtual [Kwikset locks](../../device-and-system-integration-guides/kwikset-locks.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
44

55
| Email Address | Password |
66
| --------------------------------------------------------------- | -------- |

docs/guides/device-guides/sandbox-and-sample-data/noiseaware-sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NoiseAware Sensors Sample Data
22

3-
Use either of the following sets of credentials to add virtual [NoiseAware sensors](../noiseaware-sensors.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
3+
Use either of the following sets of credentials to add virtual [NoiseAware sensors](../../device-and-system-integration-guides/noiseaware-sensors.md) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):
44

55
| Email Address | Password |
66
| ---------------- | -------- |

0 commit comments

Comments
 (0)