Fix warnings in docs

This commit is contained in:
Peter Vlugter 2011-05-26 17:22:13 +12:00
parent 046399c9df
commit fb200b094a
2 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ like the following::
When you call ``multi-jvm-run Test`` at the sbt prompt, three JVMs will be
spawned, one for each node. It will look like this:
.. code-block:: shell
.. code-block:: none
> multi-jvm-run Test
...
@ -252,7 +252,7 @@ something in coordination::
An example output from this would be:
.. code-block:: shell
.. code-block:: none
> multi-jvm-run Test
...

View file

@ -1,4 +1,4 @@
Migration guide from 0.10.x to 1.0.x
Migration Guide 0.10.x to 1.0.x
====================================
Akka & Akka Modules separated into two different repositories and distributions
@ -15,7 +15,7 @@ Download the release you need (Akka core or Akka Modules) from `<http://akka.io/
Changed Akka URI
----------------
http:*akkasource.org changed to http:*akka.io
http://akkasource.org changed to http://akka.io
Reflects XSDs, Maven repositories, ScalaDoc etc.
@ -144,7 +144,7 @@ Important changes from RC2-RC3
Important change from RC3 to RC4
--------------------------------
The Akka-Spring namespace has changed from akkasource.org and scalablesolutions.se to http:*akka.io/schema and http:*akka.io/akka-<version>.xsd
The Akka-Spring namespace has changed from akkasource.org and scalablesolutions.se to http://akka.io/schema and http://akka.io/akka-<version>.xsd
Module akka-actor
-----------------
@ -444,4 +444,4 @@ The Akka XML schema URI has changed to http://akka.io/schema/akka
<!-- ... -->
</beans>
</beans>