Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken documentation links #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions applications/zigpc/readme_user.md
Expand Up @@ -90,7 +90,7 @@ for more details.
#### uic-upvl
The Unify SDK Provisioning List (UPVL)
maintains the UCL SmartStart topics (and its List, Update, and Remove
subtopics. See [UPVL User Guide](applications/upvl/readme_user.md) for more
subtopics. See [UPVL User Guide](../../applications/upvl/readme_user.md) for more
details.

#### uic-gms
Expand All @@ -101,7 +101,7 @@ Controllers. It manages the ucl/by-group/# topic space. See
#### uic-image-provider
Unify IoT service that stores and distributes OTA Firmware images for Protocol
Controllers over UCL. It manages the ucl/OTA/# topic space. See
[Image Provider User's Guide](applications/image_provider/readme_user.md) for
[Image Provider User's Guide](../../applications/image_provider/readme_user.md) for
more details.

#### zigpc
Expand All @@ -123,7 +123,7 @@ journalctl -u mosquitto
```

2. Run the UPVL application on the Raspberry Pi by following instructions in
the [UPVL User Guide](applications/upvl/readme_user.md).
the [UPVL User Guide](../../applications/upvl/readme_user.md).
```bash
# Make sure uic-upvl is running
sudo systemctl status uic-upvl
Expand All @@ -134,7 +134,7 @@ sudo systemctl status uic-upvl
```

3. Run the Group Management Service application on the Raspberry Pi by following instructions in
the [GMS User Guide](applications/gms/readme_user.md).
the [GMS User Guide](../../applications/gms/readme_user.md).
```bash
# Make sure uic-gms is running
sudo systemctl status uic-gms
Expand All @@ -144,7 +144,7 @@ sudo systemctl status uic-gms
# sudo systemctl start uic-gms
```
4. Run the Image provider application on the Raspberry Pi by following instructions in
the [Image Provider User Guide](applications/image_provider/readme_user.md).
the [Image Provider User Guide](../../applications/image_provider/readme_user.md).
```bash
# Make sure uic-image-provider is running
sudo systemctl status uic-image-provider
Expand Down Expand Up @@ -380,7 +380,7 @@ and install the [MQTT Explorer tool](https://mqtt-explorer.com/). After it is
run on the host machine, connect to the MQTT broker on the Raspberry Pi.

To perform the below steps using the Unify Dev GUI tool, see
[Dev GUI User Guide](applications/dev_ui/dev_gui/readme_user.md).
[Dev GUI User Guide](../../applications/dev_ui/dev_gui/readme_user.md).

### Adding Zigbee Device to the ZigPC Network via Install-Code Method
NOTE: The following steps use the command line interface (CLI) exposed by Simplicity
Expand Down