8000 Updated external links to silabs website to use latest version instead of hardcoded version by feasel0 · Pull Request #1601 · project-chip/zap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updated external links to silabs website to use latest version instead of hardcoded version #1601

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

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Zigbee code regeneration](https://github.com/project-chip/zap/actions/workflows/zigbee.yml/badge.svg)](https://github.com/project-chip/zap/actions/workflows/zigbee.yml)
[![Matter code regeneration](https://github.com/project-chip/zap/actions/workflows/matter.yml/badge.svg)](https://github.com/project-chip/zap/actions/workflows/matter.yml)

## [What is ZAP?](https://docs.silabs.com/zap-tool/1.0.0/zap-start/)
## [What is ZAP?](https://docs.silabs.com/zap-tool/latest/zap-start/)

ZAP is a generic generation engine and user interface for applications and libraries based on Zigbee Cluster Library, the specification developed by the [Connectivity Standards Alliance](https://csa-iot.org/).

Expand All @@ -20,7 +20,7 @@ ZAP is a generic templating engine. Examples are provided for how to generate ar

## Quick setup

Refer to [Setup Instructions](https://docs.silabs.com/zap-tool/1.0.0/zap-getting-started/zap-installation)
Refer to [Setup Instructions](https://docs.silabs.com/zap-tool/latest/zap-getting-started/zap-installation)

### Source code

Expand All @@ -32,8 +32,8 @@ This software is licensed under [Apache 2.0 license](LICENSE.txt).

## Usage Documentation

- [ZAP Fundamentals](https://docs.silabs.com/zap-tool/1.0.0/zap-fundamentals/)
- [ZAP User's Guide](https://docs.silabs.com/zap-tool/1.0.0/zap-users-guide/)
- [ZAP Fundamentals](https://docs.silabs.com/zap-tool/latest/zap-fundamentals/)
- [ZAP User's Guide](https://docs.silabs.com/zap-tool/latest/zap-users-guide/)

## Detailed Developer Documentation

Expand Down
0