Browse Source

Fixed broken link.

mitm 7 years ago
parent
commit
222acb2eca
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/docs/asciidoc/jme3/requirements.adoc

+ 10 - 10
src/docs/asciidoc/jme3/requirements.adoc

@@ -1,6 +1,6 @@
 = jMonkeyEngine3 Requirements
-:author: 
-:revnumber: 
+:author:
+:revnumber:
 :revdate: 2016/03/17 20:48
 :relfileprefix: ../
 :imagesdir: ..
@@ -20,10 +20,10 @@ These are the minimum requirements for developers who create games using the jMo
 |===
 
 a|Operating system
-a|Mac +++<abbr title="Operating System">OS</abbr>+++ X, Windows, Linux, Solaris 
+a|Mac +++<abbr title="Operating System">OS</abbr>+++ X, Windows, Linux, Solaris
 
 a|Memory (JVM heap size)
-a| &gt; 40 +++<abbr title="Megabyte">MB</abbr>+++ ++ memory for assets 
+a| &gt; 40 +++<abbr title="Megabyte">MB</abbr>+++ ++ memory for assets
 
 a|CPU
 a|&gt; 1 +++<abbr title="Gigahertz">GHz</abbr>+++
@@ -33,9 +33,9 @@ a|AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better +
 supporting OpenGL 2.0 or better (native libraries are included in download)
 
 a|Java Development Kit
-a|JDK 6 or higher +
+a|JDK 7 or higher +
 Your development team gets the Java Development Kit for free from link:http://www.java.com[http://www.java.com]; for Mac +++<abbr title="Operating System">OS</abbr>+++, see link:http://support.apple.com/kb/DL1421[apple.com]. +
-At least intermediate Java experience is required. 
+At least intermediate Java experience is required.
 
 |===
 
@@ -49,10 +49,10 @@ These are the minimum requirements for your customers, users who play the games
 |===
 
 a|Operating system
-a|Mac +++<abbr title="Operating System">OS</abbr>+++ X, Windows, Linux, Solaris 
+a|Mac +++<abbr title="Operating System">OS</abbr>+++ X, Windows, Linux, Solaris
 
 a|Memory (JVM heap size)
-a| &gt; 10 +++<abbr title="Megabyte">MB</abbr>+++ ++ memory for assets (models, textures, sounds, etc, of a particular game) 
+a| &gt; 10 +++<abbr title="Megabyte">MB</abbr>+++ ++ memory for assets (models, textures, sounds, etc, of a particular game)
 
 a|CPU
 a|&gt; 1 +++<abbr title="Gigahertz">GHz</abbr>+++
@@ -61,13 +61,13 @@ a|Graphic card
 a|AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better +
 supporting OpenGL 2.0 or better (native libraries are included in download)
 
-a|link:http://jmonkeyengine.org/groups/android/forum/topic/does-my-phone-meet-the-requirements-necessary-to-run-jmonkeyengine-3/[Android Devices]
+a|link:https://hub.jmonkeyengine.org/t/does-my-phone-meet-the-requirements-necessary-to-run-jmonkeyengine-3/17231[Android Devices]
 a|(For mobile games only) Android 2.2 +++<abbr title="Operating System">OS</abbr>+++, graphics card supporting OpenGL 2
 
 a|Java Runtime
 a|Java 5 or higher +
 The Java Virtual Machine (JVM) is required to run jME games. +
-The JVM is often preinstalled, if not, your users get it for free from link:http://www.java.com[http://www.java.com]; for Mac +++<abbr title="Operating System">OS</abbr>+++, see link:http://support.apple.com/kb/DL1421[apple.com]. 
+The JVM is often preinstalled, if not, your users get it for free from link:http://www.java.com[http://www.java.com]; for Mac +++<abbr title="Operating System">OS</abbr>+++, see link:http://support.apple.com/kb/DL1421[apple.com].
 
 |===