diff --git a/src/docbkx/reference/attachdetach.key b/src/docbkx/reference/attachdetach.key
new file mode 100644
index 000000000..0d3f7d67f
Binary files /dev/null and b/src/docbkx/reference/attachdetach.key differ
diff --git a/src/docbkx/reference/neo4j.xml b/src/docbkx/reference/neo4j.xml
index ce0ec0e27..8ee9197fc 100644
--- a/src/docbkx/reference/neo4j.xml
+++ b/src/docbkx/reference/neo4j.xml
@@ -160,7 +160,8 @@ for (Node foundNode : nodeIndex.get("property","value")) {
"Cypher" which draws from many
sources. It resembles SQL but with an iconic representation of patterns in the graph (concepts drawn from SPARQL).
The Cypher execution engine was written in Scala to leverage the high expressiveness for lazy sequence operations of the language and the
- parser combinator library.
+ parser combinator library. A screencast explaining the possibilities in detail can be found on the
+ Neo4j video site.
Cypher queries always begin with a start set of nodes. Those can be either expressed by their
diff --git a/src/docbkx/reference/programming-model/repositories.xml b/src/docbkx/reference/programming-model/repositories.xml
index 3c391f11e..d7cb32783 100644
--- a/src/docbkx/reference/programming-model/repositories.xml
+++ b/src/docbkx/reference/programming-model/repositories.xml
@@ -158,7 +158,7 @@
Cypher examples
- There is a screencast available showing many features of the query language.
+ There is a screencast available showing many features of the query language.
The following examples are taken from the cineasts dataset of the tutorial section.