From 35285b81c23b5788d3bb3e5b06e101b78f64240e Mon Sep 17 00:00:00 2001 From: MPostol Date: Mon, 1 Apr 2024 16:45:14 +0200 Subject: [PATCH] ExDM - publish the documentation for DataStreams #379 - Review links --- ExDataManagement/DataStreams/DataStreams/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ExDataManagement/DataStreams/DataStreams/README.md b/ExDataManagement/DataStreams/DataStreams/README.md index eb3b1b9..d995669 100644 --- a/ExDataManagement/DataStreams/DataStreams/README.md +++ b/ExDataManagement/DataStreams/DataStreams/README.md @@ -276,13 +276,14 @@ The functionality enabling the possibility to get access to a selected property ## See Also +- [References](./../../REFERENCES.md#references) - [XSL\(T\) Languages][XSLW3C] - [Serialization in .NET][STLZTN] - [XML Schema Definition Tool (Xsd.exe)][XSD] -[XSLW3C]: (https://www.w3schools.com/xml/xsl_languages.asp) -[XSD]: (http://msdn.microsoft.com/library/x6c1kb0s.aspx) -[STLZTN]: (http://msdn.microsoft.com/library/7ay27kt9.aspx) +[XSLW3C]: https://www.w3schools.com/xml/xsl_languages.asp +[XSD]: http://msdn.microsoft.com/library/x6c1kb0s.aspx +[STLZTN]: http://msdn.microsoft.com/library/7ay27kt9.aspx [system.type]: https://learn.microsoft.com/dotnet/api/system.type [system.attribute]: https://learn.microsoft.com/dotnet/api/system.attribute [AttributeUsage]: https://learn.microsoft.com/dotnet/api/system.attributeusageattribute