diff --git a/Doc/Sdi/docker.xml b/Doc/Sdi/docker.xml index 4f056daa7b91f7fdede87d439304ee53e81a4657..8b61f07c7f60d2a199e6ca865e2d930550f4ca28 100644 --- a/Doc/Sdi/docker.xml +++ b/Doc/Sdi/docker.xml @@ -31,7 +31,7 @@ <figure xml:id="sdiDocker_Hub"> <title>Docker hub</title> - <para>Repository hosting publicly available Docker images: </para> + <para>Repository hosting publicly available Docker images:</para> <para><uri xlink:href="https://hub.docker.com/explore">https://hub.docker.com/explore</uri></para> @@ -175,9 +175,9 @@ Status: Downloaded newer image for nextcloud:13.0.2</screen> <title>Maven ringing a bell?</title> <programlisting language="xml"><dependency> - <groupId>junit</groupId> <!-- <emphasis role="red">wonderfall</emphasis> --> - <artifactId>junit</artifactId> <!-- <emphasis role="red">nextcloud</emphasis> --> - <version>4.12</version> + <groupId>junit</groupId> <!-- <emphasis role="red">wonderfall</emphasis> --> + <artifactId>junit</artifactId> <!-- <emphasis role="red">nextcloud</emphasis> --> + <version>4.12</version> <!-- <emphasis role="red">13.0.2</emphasis> --> </dependency></programlisting> </figure>