]> gitweb.factorcode.org Git - factor.git/commitdiff
balloon-bomber,lunar-rescue,space-invaders: fixing links in docs and comments
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 3 Jul 2017 23:17:58 +0000 (01:17 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 4 Jul 2017 01:29:14 +0000 (03:29 +0200)
extra/balloon-bomber/balloon-bomber-docs.factor
extra/balloon-bomber/balloon-bomber.factor
extra/lunar-rescue/lunar-rescue-docs.factor
extra/lunar-rescue/lunar-rescue.factor
extra/space-invaders/space-invaders-docs.factor

index 3bd6394eb24f8b0338dbfff687f00bb433abca36..bdbe8e5bc28192cab4df15ed33e4b9cd44898281 100644 (file)
@@ -11,9 +11,9 @@ HELP: run-balloon
 { $link { "balloon-bomber" "balloon-bomber" } } " for details."
 } ;
 
-ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
+ARTICLE: "balloon-bomber" "Balloon Bomber Emulator"
 "Provides an emulation of the original 8080 Arcade Game 'Balloon Bomber'." $nl
-"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/ballbomb" } "." $nl
+"More information on the arcade game can be obtained from " { $url "https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Balloon_Bomber/11301" } "." $nl
 "To play the game you need the ROM files for the arcade game. They should "
 "be placed in a directory called 'ballbomb' in the location specified by "
 "the variable " { $link rom-root } ". The specific files needed are:"
@@ -37,3 +37,5 @@ ARTICLE: { "balloon-bomber" "balloon-bomber" } "Balloon Bomber Emulator"
 }
 "If you save the Factor image while a game is running, when you restart "
 "the image the game continues where it left off." ;
+
+ABOUT: "balloon-bomber"
index 4c50fff16318bffc8dc23c9252398a6a753daec5..7b832c1813f8a8dfe6299f8334c2496574209442 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 !
-! Balloon Bomber: http://www.mamedb.com/game/ballbomb
-!
+! Balloon Bomber: https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Balloon_Bomber/11301
 USING: kernel space-invaders ui ;
 IN: balloon-bomber
 
index 3e42e203c1588bf766bd905dc68109ccbc98befa..93b579c5418f83707f4647754446def076aee0b9 100644 (file)
@@ -11,9 +11,9 @@ HELP: run-lunar
 { $link { "lunar-rescue" "lunar-rescue" } } " for details."
 } ;
 
-ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
+ARTICLE: "lunar-rescue" "Lunar Rescue Emulator"
 "Provides an emulation of the original 8080 Arcade Game 'Lunar Rescue'." $nl
-"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/lrescue" } "." $nl
+"More information on the arcade game can be obtained from " { $url "https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Lunar_Rescue/14294" } "." $nl
 "To play the game you need the ROM files for the arcade game. They should "
 "be placed in a directory called " { $snippet "lrescue" } " in the location specified by "
 "the variable " { $link rom-root } ". The specific files needed are:"
@@ -38,3 +38,5 @@ ARTICLE: { "lunar-rescue" "lunar-rescue" } "Lunar Rescue Emulator"
 }
 "If you save the Factor image while a game is running, when you restart "
 "the image the game continues where it left off." ;
+
+ABOUT: "lunar-rescue"
index 3dc2e0bae4e1281caf5db5a44276fb1c44155439..7cbb5642b9ba008975f657b103bfd7d5e5d666b6 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 !
-! Lunar Rescue: http://www.mamedb.com/game/lrescue
-!
+! Lunar Rescue: https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Lunar_Rescue/14294
 USING: kernel space-invaders ui ;
 IN: lunar-rescue
 
index 91dda01b0fd03a61176171c2c8b0c29a09026b1e..9fc3710d4ed390f046b15fb89ba5f18418b474ce 100644 (file)
@@ -8,12 +8,12 @@ HELP: run-invaders
 "Run the Space Invaders emulator in a new window." $nl
 { $link rom-root } " must be set to the directory containing the "
 "location of the Space Invaders ROM files. See "
-{ $link { "space-invaders" "space-invaders" } } " for details."
+{ $link "space-invaders" } " for details."
 } ;
 
-ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
+ARTICLE: "space-invaders" "Space Invaders Emulator"
 "Provides an emulation of the original 8080 Arcade Game 'Space Invaders'." $nl
-"More information on the arcade game can be obtained from " { $url "http://www.mamedb.com/game/invaders" } "." $nl
+"More information on the arcade game can be obtained from " { $url "http://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Space_Invaders_--_Space_Invaders_M/13774" } "." $nl
 "To play the game you need the ROM files for the arcade game. They should "
 "be placed in a directory called 'invaders' in the location specified by "
 "the variable " { $link rom-root } ". The specific files needed are:"
@@ -37,4 +37,4 @@ ARTICLE: { "space-invaders" "space-invaders" } "Space Invaders Emulator"
 "If you save the Factor image while a game is running, when you restart "
 "the image the game continues where it left off." ;
 
-ABOUT: { "space-invaders" "space-invaders" }
+ABOUT: "space-invaders"