Skip to content

Commit cc8812a

Browse files
committedAug 25, 2014
Update the web site URL to point to GitHub.
1 parent 3086303 commit cc8812a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ a "--with-libpng=/path/to/libpng" to the "configure" command line.
9696
Any questions?
9797
--------------
9898

99-
If you have any problem, patches, suggestions, bug reports or are
100-
simply looking for help, please take advantage of the resources
101-
available on our web site (http://quadra.googlecode.com/)! Among
102-
others, we have a support request system, mailing lists, a bug
103-
tracking system and plenty of other goodies, check it out!
99+
If you have any problem, patches, suggestions, bug reports or are simply
100+
looking for help, please take advantage of the resources available on our web
101+
site (https://github.com/quadra-game/quadra)! Among others, we have a support
102+
request system, mailing lists, a bug tracking system and plenty of other
103+
goodies, check it out!
104104

105105
Good luck, and have fun!
106106

‎VisualC++/quadra.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BEGIN
1717
BEGIN
1818
BLOCK "040904b0"
1919
BEGIN
20-
VALUE "Comments", "http://quadra.googlecode.com\0"
20+
VALUE "Comments", "https://github.com/quadra-game/quadra\0"
2121
VALUE "CompanyName", "Ludus Design\0"
2222
VALUE "FileDescription", "Quadra\0"
2323
VALUE "FileVersion", VERSION_STRING

‎packages/quadra.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: @VERSION@
44
Release: 1
55
License: LGPL
66
Group: Amusements/Games
7-
URL: http://quadra.googlecode.com/
7+
URL: @PACKAGE_URL@
88
Source: quadra-%{version}.tar.gz
99
Vendor: Ludus Design
1010
BuildRoot: /var/tmp/quadra-root

‎packages/readme-win32.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ If you have any version of Quadra older than 1.1.9, we recommend that you uninst
2323
You should choose to install in the same folder as your previous version. Your recorded demo files and settings won't be overwritten.
2424

2525
DIRECTX
26-
You'll need to have Microsoft DirectX version 5.0 (or more) for Quadra. If you have Windows NT, you'll need to update to the latest service pack. Please visit our web site for link and info about these requirements at: http://quadra.googlecode.com/
26+
You'll need to have Microsoft DirectX version 5.0 (or more) for Quadra. If you have Windows NT, you'll need to update to the latest service pack. Please visit our web site for link and info about these requirements at: @PACKAGE_URL@
2727
Quadra has been succesfully tested with DirectX 7, 8 and 9.

‎source/menu.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ Menu_intro::Menu_intro() {
14281428
{
14291429
(void)new Zone_text(font2, inter, "A new version of Quadra is available!",
14301430
10, y + 40);
1431-
(void)new Zone_text(font2, inter, "Get it at http://quadra.googlecode.com",
1431+
(void)new Zone_text(font2, inter, "Get it at https://github.com/quadra-game/quadra",
14321432
10, y + 60);
14331433
}
14341434
#endif
@@ -1534,7 +1534,7 @@ void Menu_main::reset_delay() {
15341534
if(strcmp(VERSION_STRING, config.info3.latest_version) != 0)
15351535
{
15361536
(void)new Zone_text(inter, "New version available", 455, 445);
1537-
(void)new Zone_text(inter, "Get it at http://quadra.googlecode.com", 330, 460);
1537+
(void)new Zone_text(inter, "Get it at https://github.com/quadra-game/quadra", 330, 460);
15381538
version_warning = true;
15391539
}
15401540
}

‎textes/anglais.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ R
6464
St�phane Lajoie: Programming
6565
Pierre Phaneuf: Linux port
6666
Our web site:
67-
http://quadra.googlecode.com/
67+
https://github.com/quadra-game/quadra
6868
This is a beta version. Do NOT distribute!
6969
Click on 'Back �0' to return to main menu
7070
Quadra(tm) by Ludus Design
@@ -379,7 +379,7 @@ Please select another server, or change your port number.
379379
The Quadra server is using an older version (%i).
380380
The server must be updated to your version %i.
381381
The Quadra server is using a more recent version (%i).
382-
Please check for Quadra update at our web site 'quadra.googlecode.com'.
382+
Please check for Quadra update at our web site 'quadra-game.github.io'.
383383
Address book
384384
Connect
385385
Looking for %s...

‎textes/francais.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ R
6464
St�phane Lajoie: Programmation
6565
Pierre Phaneuf: Conversion Linux
6666
Notre site Web:
67-
http://quadra.googlecode.com/
67+
https://github.com/quadra-game/quadra
6868
Ceci est une version d�mo gratuite et distribuable.
6969
Cliquez sur 'Retour �0' pour revenir au menu principal
7070
Quadra(mc) Ludus Design
@@ -379,7 +379,7 @@ Veuillez essayer un autre serveur, ou changer votre num
379379
Le serveur Quadra utilise une version ant�rieure (%i) � la v�tre.
380380
Ce serveur devra �tre mis � jour � votre version %i.
381381
Le serveur Quadra utilise une version plus r�cente (%i) que la v�tre.
382-
Veuillez consulter notre site web pour les mises � jour 'quadra.googlecode.com'.
382+
Veuillez consulter notre site web pour les mises � jour 'quadra-game.github.io'.
383383
Carnet d'adresses
384384
Connecter
385385
Recherche de %s...

0 commit comments

Comments
 (0)