From 2c31adcbc4285ab8015235f7c8d89217533cb1ac Mon Sep 17 00:00:00 2001
From: Andreas Kraft <akr@iMac27.fritz.box>
Date: Thu, 7 May 2015 16:36:25 +0200
Subject: [PATCH] Added Examples page. Added quicklink to UML source.

---
 README.md                      | 4 ++--
 SDT/schema2.0/docs/Examples.md | 9 +++++++++
 SDT/schema2.0/docs/Links.md    | 2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
 create mode 100644 SDT/schema2.0/docs/Examples.md

diff --git a/README.md b/README.md
index bf583e5..55e7434 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Any contributions made to this project must comply with the forementioned licens
 
 ## Quick Links
 - ['domain.xsd' Version 2.0](SDT/schema2.0/src/domain.xsd)
-- [UML Diagram of the SDT 2.0](SDT/schema2.0/docs/images/SDT2.0_UML.png)
+- [UML Diagram of the SDT 2.0](SDT/schema2.0/docs/images/SDT2.0_UML.png) ([source](SDT/schema2.0/docs/SDT_UML.uxf))
 
 
 ## Content
@@ -17,7 +17,7 @@ You can find further Information here:
 
 - [SDT Components](SDT/schema2.0/docs/SDT_Components.md)
 - [SDT Build System](SDT/schema2.0/docs/SDT%20Build%20System.md)
-- [Examples](SDT/schema2.0/docs/Exampls.md) // Page that collects examples
+- [Examples](SDT/schema2.0/docs/Examples.md) 
 - [FAQ](SDT/schema2.0/docs/FAQ.md)
 - [Links & References](SDT/schema2.0/docs/Links.md)
 - [LICENSE](LICENSE)
diff --git a/SDT/schema2.0/docs/Examples.md b/SDT/schema2.0/docs/Examples.md
new file mode 100644
index 0000000..a40185b
--- /dev/null
+++ b/SDT/schema2.0/docs/Examples.md
@@ -0,0 +1,9 @@
+# Examples and Contributions
+
+## HGI
+
+## DECT ULE
+
+## Echonet
+
+## EnOcean
\ No newline at end of file
diff --git a/SDT/schema2.0/docs/Links.md b/SDT/schema2.0/docs/Links.md
index 2061efb..3116385 100644
--- a/SDT/schema2.0/docs/Links.md
+++ b/SDT/schema2.0/docs/Links.md
@@ -7,7 +7,7 @@
 
 ## Tools
 - **UMLet**	: [http://www.umlet.com](http://www.umlet.com)  
-Free UML drawing tool
+The free UML drawing tool used to draw the UML file.
 - **Apache Ant** : [http://ant.apache.org](http://ant.apache.org)  
 Build tool
 
-- 
GitLab