From 83e0f942d2a188fc66f4eeb3e45d4520cf902713 Mon Sep 17 00:00:00 2001
From: Andreas Kraft <akr@mheg.org>
Date: Thu, 11 Jun 2015 14:40:54 +0200
Subject: [PATCH] Fixed typo in example (org.hgi -->
 org.homegatewayinitiative).

---
 SDT/schema2.0/docs/SDT_Components.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SDT/schema2.0/docs/SDT_Components.md b/SDT/schema2.0/docs/SDT_Components.md
index 379a09f..ce60bc9 100644
--- a/SDT/schema2.0/docs/SDT_Components.md
+++ b/SDT/schema2.0/docs/SDT_Components.md
@@ -47,8 +47,8 @@ A *Domain* can define [Domain](#Domain) or [RootDevices](#RootDevice) only, or m
 #### Example
 
 	<Domain xmlns:xi="http://www.w3.org/2001/XInclude"
-    	xmlns="http://hgi.org/xml/dal/2.0" 
-    	id="org.hgi">
+    	xmlns="http://homegatewayinitiative.org/xml/dal/2.0" 
+    	id="org.homegatewayinitiative">
     	<Imports>
       	  <xi:include href="./dal-core.xml" parse="xml" />
     	</Imports>
-- 
GitLab