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

Update Readme.md #16

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
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The documentation for this SDK is written with Doxygen and generated in HTML for
In order to access it, please clone the repository locally and open the SDK_documentation.html
link available at the root of the SDK with your favorite web browser.

The documentation from top of master branch is also hosted [here](https://wirepas.github.io/wm-sdk/).
The documentation from top of master branch is also hosted at [wirepas.github.io](https://wirepas.github.io/wm-sdk/).
It may not reflect the code you have if you are working on a tag.

Some information is available on this page too, but it is just a subset of what the html documentation
Expand All @@ -59,7 +59,7 @@ This SDK relies on GNU Arm toolchain. To use the SDK you will need to fulfill th

In order to validate that your environment is correctly configured, you should be able to build the custom_app application.

For more information, please refer to [Documentation](#documentation)
For more information, please refer to [Documentation](https://wirepas.github.io/wm-sdk)

## How to build an application

Expand All @@ -83,7 +83,7 @@ To build the _custom_app_ application for _pca10040_ board, please execute follo

After execution of this command, you should find the _final_image_custom_app.hex_ under _build/pca10040/custom_app_ folder.

For more information, please refer to [Documentation](#documentation)
For more information, please refer to [Documentation](https://wirepas.github.io/wm-sdk)

## License

Expand Down