diff --git a/akka-docs-dev/rst/scala/migration-guide-1.0-2.x-scala.rst b/akka-docs-dev/rst/scala/migration-guide-1.0-2.x-scala.rst index 2b83ffff5e..69e66861ad 100644 --- a/akka-docs-dev/rst/scala/migration-guide-1.0-2.x-scala.rst +++ b/akka-docs-dev/rst/scala/migration-guide-1.0-2.x-scala.rst @@ -438,7 +438,7 @@ Example should be replaced by: -.. includecode:: code/docs/Migrations.scala#raw-query +.. includecode:: code/docs/MigrationsScala.scala#raw-query And use of query parameters from ``Uri`` that looked like this: @@ -449,4 +449,4 @@ And use of query parameters from ``Uri`` that looked like this: should be replaced by: -.. includecode:: code/docs/Migrations.scala#query-param +.. includecode:: code/docs/MigrationsScala.scala#query-param