From ff5502b54e0f6b34795d1ee2cf257fc414680bda Mon Sep 17 00:00:00 2001 From: Angelo Delli Santi Date: Thu, 7 Mar 2024 17:16:36 +0100 Subject: [PATCH 1/3] Fix axparameter broken link (#271) --- docs/api/native-sdk-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/native-sdk-api.md b/docs/api/native-sdk-api.md index 8946123..795eb7b 100644 --- a/docs/api/native-sdk-api.md +++ b/docs/api/native-sdk-api.md @@ -255,7 +255,7 @@ The Parameter API was introduced in Native SDK 1.13. ### Code Examples -- [axparamter](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/axparamter) +- [axparameter](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/axparameter) - An example in C that demonstrates how to manage application-defined parameters, allowing you to add, remove, set, get, and register callback functions for parameter value updates. ## Event API From f68d9f59b9187b217404352a383266b1850a59ed Mon Sep 17 00:00:00 2001 From: Angelo Delli Santi Date: Thu, 28 Mar 2024 08:43:27 +0100 Subject: [PATCH 2/3] Fix broken link in 4.13 release note (#270) --- docs/release-notes/4.13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/4.13.md b/docs/release-notes/4.13.md index 91f68f8..120f751 100644 --- a/docs/release-notes/4.13.md +++ b/docs/release-notes/4.13.md @@ -114,7 +114,7 @@ See also [compatibility information](../axis-devices-and-compatibility). - The feature [VAPIX access for ACAP applications](../develop/VAPIX-access-for-ACAP-applications) has two updates: - The D-Bus API moved from **Beta** to **General Availability (GA)** and is from AXIS OS 11.9 considered stable. - - An example called [vapix](https://github.com/AxisCommunications/acap-native-sdk-examples/vapix) has been added to acap-native-sdk-examples. The example retrieves VAPIX credentials over D-Bus and makes calls to an VAPIX API. + - An example called [vapix](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/vapix) has been added to acap-native-sdk-examples. The example retrieves VAPIX credentials over D-Bus and makes calls to an VAPIX API. ### APIs supported in this release From b67d28e0c5b996dbeecc35d2769215bfef1d4e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:53:11 +0100 Subject: [PATCH 3/3] chore(deps): update dependency github-pages to v231 (#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7d90f30..aef9523 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org/" # GitHub Pages will only load plugins from _config.yml which means that the gems # here are only used for local development. Update the versions when needed to # match GitHub Pages, see https://pages.github.com/versions for more info. -gem "github-pages", "~> 228" +gem "github-pages", "~> 231" gem "just-the-docs", "~> 0.8.0" \ No newline at end of file