Skip to content

Commit

Permalink
[code] update WWW address for pcgen (#5444)
Browse files Browse the repository at this point in the history
We have the website encoded in a couple of places. Fix them.
Also make one other URL https
  • Loading branch information
grimreaper authored and thpr committed May 5, 2019
1 parent d2e6b93 commit 7cf643e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/src/java/pcgen/resources/prop/PCGenProp.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ReleaseDate=2018-11-16
CodeMonkeys=B. K. Oxley (binkley), Jonas Karlsson, Matthew Woodard, Peter Kahle, Tim Dugger, Tom Epperly, Brian Forester, Mario Bonassin, Jason Buchanan, Mark Hulsmanand, Jerry Hill, Eric Statz, Kurt Wimmer, David Fallon, Tyler Bannister, Thomas Clegg, Greg Bingleman, Emily Smirle, Arcady, Thomas Behr, Ryan Koppenhaver, Jayme Cox, Scott Ellsworth, Chris Ryan, James Dempsey, Walter Duncan, Devon Jones, Felipe Diniz, Frugal, Richard Askham, David Hibbs, John Watson, Stefan Radermacher, Ross Lodge, Benjamin Pew, Brian Kuehn, Aaron Divinsky, Andrew Wilson, Brian Hoff, Tom Parker, Andriy Sen, Koen Van Daele, Tobias Wichtrey, Per Christian Henden, Connor Petty, Dan Parks, Jasper Spaans, Steven West (redwolf3), Michael Isaacson, Vincent Lhote, Javier A. Ortiz Bultron, Gabriel Sorrel, John Carimando (UI), Andrew Maitland (LegacyKing), Eitan Adler, Jacob Raihle
TestMonkeys=Dave Cortijo, Martin Brabander, John Sussenberger, Stephen Gryphon, Richard O'Doherty-Gregg, Brad Stiles, Chris Andersen, Joseff, and many more. Andrew Maitland, David R. Bender, Patryk Adamski, Paul Grosse, ratbird32, Stefan Radermacher, Vincent Lhote and Henk Slaaf (UI Beta testers)
ListMonkeys=Robert Hilson, KahnB, \u00c9ric Beaudoin (Space Monkey), Tir Gwaith (Andrew McDougall), Mynex (Rob Reed), Thomas Behr, Tom Deprez, Luc Hermitte, Matt Haffner, Hugo Perez, Michael Telford, Sean Kelly, Ashley McKay, Duane Moore, Tom Cowan, Clint Howarth, Gordon Vincent, Gary Silvers, Rob Bowell, Dan Young, Magus Knightcrawler, Lee Calabrese, Barak (Chris Chandler), Kevin W. Patterson (kwp), Jessica 'Artist Wench' Whiting, Wayne Crawford, oddballmage, Ian Dale, Joshua Nelson (DJ_Chair), Y2Krankor (Greg G), Paul W. King, Jeremy (Duo) Banks, dlm1065 (Doug McMillan), Paul Miller, Eric Beeckmans, Michael Gray (Taluonr Iscandar), Kenneth Walters (GldDragon35), Mike Sledge (zodar6), Patryk Adamski (Ruemere), Larry Davis (Sir George Anonymous), Thomas Jannes (chipoulou), Samuel Hendricks (NotMousse), Sigurdur H. Olafsson, Andargor the Wise, Beaver (Michael Beaver), Martin Fagerstr\u00f6m, Anders Lindgren (Blithwyn), Eddy Anthony (MoSaT), Darkon Turas, Emily Smirle, Aaron Divinsky, Frank Kliewe, Sean Silvamiramon, Stefan Radermacher, Andrew Maitland, Joe Frazier, Michael W. Fender (Fluxxdog), Arjan van Ginneken, Gwen T., Gary Davies, Regan Anderson, Xenus, and many more.
WWWHome=http://www.pcgen.org
WWWHome=http://pcgen.org
MailingList=https://pcgen.groups.io/g/main
EngineeringMonkeys=Peder (FAQ Monkey), Devon Jones & Paul Lambert (Alpha Monkey), Ed Holley & James Dempsey (Windows Installer) Conor Schutzman & Eddy Anthony (Mac Installer), Loyal & BD (Installer Monkeys), \u00c9ric Beaudoin, James Dempsey & Andrew Maitland (Release Monkeys), Karianna, James Wright, Anestis Kozakis, Ashlynne, Joseff, Papa (david), Andrew Maitland, Eddy Anthony (Tracker Monkeys), Chuck Pint, Dimrill (Bj\u00f6rn Ehlert), Richard O'Doherty-Gregg, Richard Bowers, Andrew Maitland, Tir Gwaith (Andrew McDougall) (Outputsheet Monkeys), Eddy Anthony, Shane Molnar, Terry Fitzsimons, Andrew Maitland (Doc Monkey), Reed Thornton, David Rowe, Roy Stringer, Hetter (QA Monkeys), David "Micru" Cuenca (Spanish Translation), Vince Schiavoni (Linux RPM), John Carimando (Graphic Design and Icons)
ProdVersionSeries=6.10
2 changes: 1 addition & 1 deletion code/src/java/pcgen/system/PCGenPropBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static String getVersionNumber()
*/
public static String getWWWHome()
{
return getPropValue("WWWHome", "http://pcgen.sourceforge.net/");
return getPropValue("WWWHome", "http://pcgen.org/");
}

/**
Expand Down
2 changes: 1 addition & 1 deletion code/src/java/translation/util/Tips.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* PO Template and PO files are message catalog used in gettext.
* The duplicates from the tips files should appear only once in the PO Template files.
*
* @see <a href="http://www.gnu.org/software/gettext/manual/gettext.html">GNU gettext manual</a>
* @see <a href="https://www.gnu.org/software/gettext/manual/gettext.html">GNU gettext manual</a>
*/
public final class Tips
{
Expand Down

0 comments on commit 7cf643e

Please sign in to comment.