From d0da43a2589392879f9f653e80d4bfd27383981a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Aug 2024 13:32:12 +0000 Subject: [PATCH] Updated AppExamples/README.md --- AppExamples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppExamples/README.md b/AppExamples/README.md index 2b5ca0e..771244e 100644 --- a/AppExamples/README.md +++ b/AppExamples/README.md @@ -52,7 +52,7 @@ |                         App                         |                                     Description                                     | Example Projects | References |        Tags        | | --- | ----------- | ---------------- | ---------- | ---- | -| ResourceAccessExample
[view](script_resources/ResourceAccess/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ResourceAccessExample) | Accessing an image as an App based resources | | [API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)
| [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)
[![Static Badge](https://img.shields.io/badge/image--widget-blue)](#image-widget)
| +| ResourceAccess
[view](script_resources/ResourceAccess/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ResourceAccess) | Accessing an image as an App based resources | | [API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)
| [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)
[![Static Badge](https://img.shields.io/badge/image--widget-blue)](#image-widget)
| | ScriptResources
[view](script_resources/ScriptResources/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ScriptResources) | A simple example showing the usage of script resources. | | [HowTo](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/using_script_resources.html)
[API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)
| [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)
| ## scripted_actuals — Building custom actual elements with Python code @@ -178,7 +178,7 @@ ### ![Static Badge](https://img.shields.io/badge/image--widget-blue) * [DisplayImage](#DisplayImage) -* [ResourceAccessExample](#ResourceAccessExample) +* [ResourceAccess](#ResourceAccess) * [TextDetection](#TextDetection) @@ -244,7 +244,7 @@ ### ![Static Badge](https://img.shields.io/badge/resources-blue) -* [ResourceAccessExample](#ResourceAccessExample) +* [ResourceAccess](#ResourceAccess) * [ScriptResources](#ScriptResources)