Skip to content

Commit 27ae882

Browse files
committed
Update links to new doc URL
1 parent efd7a3e commit 27ae882

File tree

14 files changed

+24
-25
lines changed

14 files changed

+24
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Below is the list of examples available in the repository.
5252
- [utility-libraries](./utility-libraries/)
5353
- These examples covers how to build, bundle and use external libraries with ACAP.
5454
- [vdo-larod](./vdo-larod/)
55-
- The example code is written in C and loads a pretrained person-car classification model to the [Machine learning API (Larod)](https://help.axis.com/acap-3-developer-guide#machine-learning-api) and then uses the [Video capture API (VDO)](https://help.axis.com/acap-3-developer-guide#video-capture-api) to fetch video frames in YUV format and finally run inference.
55+
- The example code is written in C and loads a pretrained person-car classification model to the [Machine learning API (Larod)](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/api#machine-learning-api) and then uses the [Video capture API (VDO)](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/api#video-capture-api) to fetch video frames in YUV format and finally run inference.
5656
- [vdo-opencl-filtering](./vdo-opencl-filtering/)
5757
- This example illustrates how to capture frames from the vdo service, access the received buffer, and finally perform a GPU accelerated Sobel filtering with OpenCL.
5858
- [vdostream](./vdostream/)

axevent/send_event/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Standing in your working directory run the following commands:
5858
> Depending on the network you are connected to, you may need to add proxy settings.
5959
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
6060
> https://docs.docker.com/network/proxy and a
61-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
61+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
6262
6363
```sh
6464
docker build --tag <APP_IMAGE> .

axevent/subscribe_to_event/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Standing in your working directory run the following commands:
4949
> Depending on the network you are connected to, you may need to add proxy settings.
5050
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
5151
> https://docs.docker.com/network/proxy and a
52-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
52+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
5353
5454
```sh
5555
docker build --tag <APP_IMAGE> .

axevent/subscribe_to_events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Standing in your working directory run the following commands:
4949
> Depending on the network you are connected to, you may need to add proxy settings.
5050
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
5151
> https://docs.docker.com/network/proxy and a
52-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
52+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
5353
5454
```sh
5555
docker build --tag <APP_IMAGE> .

axoverlay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Standing in your working directory run the following commands:
5353
> Depending on the network you are connected to, you may need to add proxy settings.
5454
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
5555
> https://docs.docker.com/network/proxy and a
56-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
56+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
5757
5858
```sh
5959
docker build --tag <APP_IMAGE> --build-arg ARCH=<ARCH> .

hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Standing in your working directory run the following commands:
4141
> Depending on the network you are connected to, you may need to add proxy settings.
4242
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
4343
> https://docs.docker.com/network/proxy and a
44-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
44+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
4545
4646
```sh
4747
docker build --tag <APP_IMAGE> .

licensekey/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ This README file explains how to build an ACAP application that uses the license
66

77
Together with this README file, you should be able to find a directory called app. That directory contains the application source code which can easily be compiled and run with the help of the tools and step by step below.
88

9-
This example illustrates how to check the license key status. A license key is a signed file which has been generated for a specific device ID and application ID. The ACAP Service Portal is maintaining both license keys and application IDs, see [Online manual](https://help.axis.com/acap-3-developer-guide#acap-service-portal-for-administrators)
10-
9+
This example illustrates how to check the license key status. A license key is a signed file which has been generated for a specific device ID and application ID. The ACAP Service Portal is maintaining both license keys and application IDs, see [Online manual](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/services-for-partners/acap-service-portal-for-administrators.html)
1110
License key status i.e. valid or invalid is logged in the Application log.
1211

1312
## Getting started
@@ -49,7 +48,7 @@ Standing in your working directory run the following commands:
4948
> Depending on the network you are connected to, you may need to add proxy settings.
5049
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
5150
> https://docs.docker.com/network/proxy and a
52-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
51+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
5352
5453
```sh
5554
docker build --tag <APP_IMAGE> .
@@ -134,7 +133,7 @@ or by clicking on the "**App log**" link in the device GUI.
134133
10:31:43.058 [ INFO ] licensekey_handler[14660]: Licensekey is invalid
135134
```
136135

137-
A valid license key for a registered application ID is only accessible through ACAP Service Portal, see [Online manual](https://help.axis.com/acap-3-developer-guide#acap-service-portal-for-administrators).
136+
A valid license key for a registered application ID is only accessible through ACAP Service Portal, see [Online manual](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/services-for-partners/acap-service-portal-for-administrators.html).
138137

139138
Support for installing license key though device web page is available, if acapPackageConf.copyProtection.method is set to "axis" in the **manifest.json** file, by the following steps:
140139

reproducible-package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Standing in your working directory follow the commands below:
5757
> Depending on the network you are connected to, you may need to add proxy settings.
5858
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
5959
> https://docs.docker.com/network/proxy and a
60-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
60+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
6161
6262
In all examples the option `--no-cache` is used to ensure that image is rebuilt.
6363

using-opencv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ building-opencv
3232
> Depending on the network you are connected to, you may need to add proxy settings.
3333
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
3434
> https://docs.docker.com/network/proxy and a
35-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
35+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
3636
3737
1. Standing in your working directory run the following commands:
3838

utility-libraries/custom_lib_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Standing in your working directory run the following commands:
4444
> Depending on the network you are connected to, you may need to add proxy settings.
4545
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
4646
> https://docs.docker.com/network/proxy and a
47-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
47+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
4848
4949
```sh
5050
docker build --tag <APP_IMAGE> .

0 commit comments

Comments
 (0)