diff --git a/README.md b/README.md
index 296cf5dea21704ca0493c2683d5be103a0bfd584..1997f6709baf56d853684acd6b9f29cd21b50ca5 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,11 @@ If you want to add your page in the menu, edit the `menus` variable in the `./la
 There is an example to use component graph lazyly in `./pages/chartjs.vue`.
 
 ### GraphQL
-The schema documentation is stored in [./doc/graphQLschema.txt](/doc/graphQLschema.txt).
 
-All conf files for Apollo Graphql are stored in `./graphql`.
+
+All files concerning Apollo Graphql are stored in `./graphql`.
+
+The schema documentation is stored in the `./graphql/doc/graphQLschema.txt` file.
 
 In `queries.js` you'll find all queries.
 
diff --git a/doc/graphQLschema.txt b/graphql/doc/graphQLschema.txt
similarity index 100%
rename from doc/graphQLschema.txt
rename to graphql/doc/graphQLschema.txt