diff --git a/README.md b/README.md
index d22ceb57..79b5c754 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,6 @@ a few other contributors. It is actively maintained.
## Repository structure
-- [autotest](autotest/)
- - Semi-automated testing system to check that all the exercises
- in the slides work properly.
- [bin](bin/)
- A few helper scripts that you can safely ignore for now.
- [dockercoins](dockercoins/)
diff --git a/slides/common/intro.md b/slides/common/intro.md
index 1227a6be..51b8065a 100644
--- a/slides/common/intro.md
+++ b/slides/common/intro.md
@@ -35,10 +35,9 @@ class: self-paced
you will be given specific instructions to access your cluster
- If you are doing this on your own:
-
you can use
- [Play-With-Docker](http://www.play-with-docker.com/) and
- read [these instructions](https://github.com/jpetazzo/container.training#using-play-with-docker) for extra
- details
+
the first chapter will give you various options like
+ [Play-With-Docker](http://www.play-with-docker.com/)
+ to get your own cluster
---