2
0
mitm001 5 жил өмнө
parent
commit
c6ff3575c6

+ 1 - 1
docs/modules/ROOT/pages/jme3/contributions/entitysystem/detailed.adoc

@@ -591,7 +591,7 @@ Some open source Entity System implementation projects:
 
 === Artemis: General
 
-GoogleCode: link:https://code.google.com/p/artemis-framework/[https://code.google.com/p/artemis-framework/]
+GoogleCode: link:https://code.google.com/archive/p/artemis-framework/[https://code.google.com/archive/p/artemis-framework/]
 
 Website: link:http://gamadu.com/artemis/index.html[http://gamadu.com/artemis/index.html]
 

+ 6 - 6
docs/modules/ROOT/pages/jme3/contributions/entitysystem/interviews.adoc

@@ -1,6 +1,6 @@
 = interviews
-:author: 
-:revnumber: 
+:author:
+:revnumber:
 :revdate: 2016/03/17 20:48
 :relfileprefix: ../../../
 :imagesdir: ../../..
@@ -10,7 +10,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 == ES Approaches
 
-Entity System implementations are various! 
+Entity System implementations are various!
 
 As said, we are talking about Component oriented programming Entity System, implemented in Object oriented programming language and enviroment like Java!
 
@@ -46,7 +46,7 @@ These interviews are short but focus dicussion to help you get a clear view of u
 
 === Artemis: General
 
-GoogleCode: link:https://code.google.com/p/artemis-framework/[https://code.google.com/p/artemis-framework/]
+GoogleCode: link:https://code.google.com/archive/p/artemis-framework/[https://code.google.com/archive/p/artemis-framework/]
 
 Website: link:http://gamadu.com/artemis/index.html[http://gamadu.com/artemis/index.html]
 
@@ -73,7 +73,7 @@ Artemis approach
 .  Script possibilities? Yes
 .  Restrictions and limitation: Custom System has to be extends base System; Processor base; Aspect base, Has documented about Dependencies between System
 .  External library dependencies : No
-.  Current status: Long term, stable, community? The most early Java ES, more than 3 years, kind of unactive, has a forum. 
+.  Current status: Long term, stable, community? The most early Java ES, more than 3 years, kind of unactive, has a forum.
 
 Read the full review for details
 
@@ -108,7 +108,7 @@ Zay-ES approach
 .  Script possibilities? Yes
 .  Restrictions and limitation: Free of System implementation, but _lack of design contract_
 .  External library dependencies : No
-.  Current status: Long term, stable, community? more than 2 years, open source recently, active, has a forum in Jmonkey's hub. 
+.  Current status: Long term, stable, community? more than 2 years, open source recently, active, has a forum in Jmonkey's hub.
 
 Read the full review for details