Procházet zdrojové kódy

Update url for SFJ and image urls for x86_64, ppc64le and s390x.

Dinakar Guniguntala před 9 roky
rodič
revize
7e92838977
1 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 6 2
      ibmjava/content.md

+ 6 - 2
ibmjava/content.md

@@ -10,7 +10,7 @@ There are three types of Docker images here: the Software Developers Kit (SDK),
 
 ##### Small Footprint JRE
 
-The Small Footprint JRE ([SFJ](http://download.boulder.ibm.com/ibmdl/pub/software/dw/jdk/docs/bluemix/libertyforjava_jre.doc.html)) is designed specifically for web developers who want to develop and deploy cloud-based Java applications. Java tools and functions that are not required in the cloud environment, such as the Java control panel, are removed. The runtime environment is stripped down to provide core, essential function that has a greatly reduced disk and memory footprint.
+The Small Footprint JRE ([SFJ](http://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.lnx.80.doc/user/small_jre.html)) is designed specifically for web developers who want to develop and deploy cloud-based Java applications. Java tools and functions that are not required in the cloud environment, such as the Java control panel, are removed. The runtime environment is stripped down to provide core, essential function that has a greatly reduced disk and memory footprint.
 
 ##### Alpine Linux
 
@@ -25,7 +25,11 @@ Consider using [Alpine Linux](http://alpinelinux.org/) if you are concerned abou
 
 ##### Architectures Supported
 
-In addition to the x86\_64 images, [ppc64le](https://hub.docker.com/r/ppc64le/ibmjava/) and [s390x](https://hub.docker.com/r/s390x/ibmjava/) images are available as well.
+Docker Images for the following architectures are now available:
+
+-	[x86\_64](https://hub.docker.com/_/ibmjava/)
+-	[ppc64le](https://hub.docker.com/r/ppc64le/ibmjava/)
+-	[s390x](https://hub.docker.com/r/s390x/ibmjava/)
 
 ### How to use this Image