diff --git a/SDT Build System.md b/SDT Build System.md
index 92da49c0394574472290f29bfa830c63efeb6b94..f5fedd86c7759638612e47125ae561c98d04cb57 100644
--- a/SDT Build System.md	
+++ b/SDT Build System.md	
@@ -8,7 +8,7 @@ This document describes the SDT build system and how to build the SDT and valida
 	**Only edit this file when one wants to make changes to the SDT!**
 	- [domain.xsd](SDT/schema/src/domain.xsd) : The SDT schema defintion that is generated from *domain.rng*.
 	- [xml.xsd](SDT/schema/src/xml.xsd) : General schema definitions for the SDT
-- [SDT/test/](SDT/test/) : This directory contains all XML files with SDT definitions that should be validated whether they conform to the SDT schema. This could be example definitions or contributions.
+- [SDT/schema/test/](SDT/schema/test/) : This directory contains all XML files with SDT definitions that should be validated whether they conform to the SDT schema. This could be example definitions or contributions.
 - [SDT/schema/build.xml](SDT/schema/build.xml) : This is the definition file for the ant build system.
 - [SDT/schema/etc/](SDT/schema/etc/), [SDT/schema/lib/](SDT/schema/lib/), [SDT/schema/style/](SDT/schema/style/) : internal directories for the build system. Please, don't make unnecessary changes to these files.
 
@@ -43,4 +43,4 @@ The last lines of the many screens full of output you receive should look someth
 Otherwise you most likely receive a stacktrace. Search the output for the line *BUILD FAILED*. Above this line you will find some helpful hints for the filename and line number on which the error occured (here: file *mseeb.xml* on line 66) and a reason:	
 
 >[schemavalidate] /Users/someone/Sources/git/RWD050/SDT/schema/test/mseeb.xml:66:18: cvc-elt.1: Cannot find the declaration of element 'Domain'.    
->BUILD FAILED
\ No newline at end of file
+>BUILD FAILED