Browse Source

Fix link to XML schema (Issue #2698)

* Fix link to XML schema (Issue #2698)
Franz Hollerer 5 years ago
parent
commit
1bf1388b4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/open62541/types.h

+ 1 - 1
include/open62541/types.h

@@ -34,7 +34,7 @@ _UA_BEGIN_DECLS
  * them into higher-order types: arrays, structures and unions. In open62541,
  * only the builtin data types are defined manually. All other data types are
  * generated from standard XML definitions. Their exact definitions can be
- * looked up at https://opcfoundation.org/UA/schemas/Opc.Ua.Types.bsd.xml.
+ * looked up at https://opcfoundation.org/UA/schemas/Opc.Ua.Types.bsd.
  *
  * For users that are new to open62541, take a look at the :ref:`tutorial for
  * working with data types<types-tutorial>` before diving into the