From 7a1857d849ebe3e833835e5e60d5ac667d353e5f Mon Sep 17 00:00:00 2001 From: 2beaucoup Date: Mon, 9 Nov 2015 10:46:57 +0100 Subject: [PATCH] fix includecode --- akka-docs-dev/rst/scala/migration-guide-1.0-2.x-scala.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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