diff --git a/README.md b/README.md
index 914b520..72f5650 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ replace all supported backend services (that currently includes the cache tags
 checksum service and the lock backends, check the file for the current list)
 or copy the service definitions into a site specific services.yml.
 
-    $settings['container_yamls'][] = 'modules/redis/example.services.yml';
+    $settings['container_yamls'][] = 'modules/contrib/redis/example.services.yml';
 
 Note that for any of this, the redis module must be enabled. See next chapters
 for more information.
diff --git a/example.services.yml b/example.services.yml
index 74a05f6..25f5bcf 100644
--- a/example.services.yml
+++ b/example.services.yml
@@ -1,7 +1,7 @@
 # This file contains example services overrides.
 #
 # Enable with this line in settings.php
-#   $settings['container_yamls'][] = 'modules/redis/example.services.yml';
+#   $settings['container_yamls'][] = 'modules/contrib/redis/example.services.yml';
 #
 # Or copy & paste the desired services into sites/default/services.yml.
 #
