Преглед изворни кода

Merge pull request #88 from michaelkunc/broken_image_links_install

Fix broken image on installation instructions
John Ryan пре 10 година
родитељ
комит
578a7126be
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      docs/INSTALLATION.md

+ 3
- 3
docs/INSTALLATION.md Прегледај датотеку

@@ -81,12 +81,12 @@ What you do next depends on the output of that command.
81 81
 If you have no JDKs installed at all (e.g. you have a fresh install of Mac OS X 10.10 [Yosemite]),
82 82
 the OS presents a dialog:
83 83
 
84
-![To use the "java," command-line tool you need to install a JDK.  Click "More Info..." to visit the Java Developer Kit download website.](img/setup/java/mac-osx--install-java-dialog.png)
84
+![To use the "java," command-line tool you need to install a JDK.  Click "More Info..." to visit the Java Developer Kit download website.](http://x.exercism.io/v3/tracks/java/docs/img/mac-osx--install-java-dialog.png)
85 85
 
86 86
 Clicking on the "More Info..." button takes you to the [Oracle OTN](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
87 87
 
88 88
 Download the latest version of the JDK (at the time of writing,
89
-[JDK 8u45](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html))
89
+[JDK 8u71](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html))
90 90
 and run the installer, using all the defaults.
91 91
 
92 92
 Skip down to [Verify JDK Install](#verify-jdk-install)
@@ -105,7 +105,7 @@ Or any version that is prior to 1.8, you need to install the 1.8 JDK...
105 105
 
106 106
 1. Go to [Oracle OTN](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
107 107
 and download the latest version of the JDK (at the time of writing,
108
-[JDK 8u45](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html))
108
+[JDK 8u71](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html))
109 109
 2. Run the installer, using all the defaults.
110 110
 
111 111
 #### Verify JDK Install