Skip to content
Binary file removed assets/tutorials/air-quality-fleet/add-fragment.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manage/reference/organize.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can nest locations up to three levels deep.

## Example

If you'd like to look at an example, see [Monitor Air Quality with a Fleet of Sensors](/tutorials/control/air-quality-fleet/#example).
If you'd like to look at an example, see [Monitor Air Quality with a Fleet of Sensors](/tutorials/control/air-quality-fleet/#organize-devices-for-third-party-usage).

## Frequently asked questions

Expand Down
4 changes: 2 additions & 2 deletions docs/operate/control/viam-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For developing your application on localhost:

1. Run your web server.
1. Run the following command specifying the address where your app is running on localhost and a machine to test on.
The command will proxy your local app and open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
The command will proxy your local app and open a browser window and navigate to `http://localhost:8012/machine/<machineHostname>` for the machine provided with --machine-id.

{{< tabs >}}
{{% tab name="Template" %}}
Expand Down Expand Up @@ -217,7 +217,7 @@ Users will be prompted to authenticate with their Viam credentials before access

## Example

<!-- For a TypeScript example see [Monitor Air Quality with a Fleet of Sensors](/tutorials/control/air-quality-fleet/). -->
For a TypeScript example see [Monitor Air Quality with a Fleet of Sensors](/tutorials/control/air-quality-fleet/).

For a React application that shows camera feeds for a machine, see [Viam Camera Viewer](https://github.com/viam-labs/viam-camera-viewer).

Expand Down
Loading
Loading