From bd34cb14c7a353afe58f0b6f2e81857eb0452053 Mon Sep 17 00:00:00 2001 From: Rene Fischer <33397768+FischerRene@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:48:40 +0200 Subject: [PATCH] Adds new wiki links to readme (#318) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863a70f5..da64abbf 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ The Eclipse BaSyx DataBridge is part of the [Eclipse BaSyx middleware](https://w The DataBridge can be used to integrate data sources within Asset Administration Shells. It utilizes [Apache Camel](https://camel.apache.org/) to enable multiple datasources, transformers and the usage of the AAS as a datasink. -To learn more on how to use and adapt the DataBridge component, visit the [documentation](https://wiki.eclipse.org/BaSyx_/_Documentation_/_Components_/_DataBridge) in the BaSyx Wiki or take a look at the [asset integration scenario](https://wiki.eclipse.org/BaSyx_/_Scenarios_/_Asset_Integration). +To learn more on how to use and adapt the DataBridge component, visit the [documentation](https://wiki.basyx.org/en/latest/content/user_documentation/basyx_components/databridge/index.html) in the BaSyx Wiki or take a look at the [Device Integration Example](https://wiki.basyx.org/en/latest/content/user_documentation/developer/basyx_java_v1/knowledge_base/scenarios/device-integration.html).