Skip to content

Commit

Permalink
Merge pull request #146 from Linkid/forum_url
Browse files Browse the repository at this point in the history
Change URLs of the forum fretsonfire.org
  • Loading branch information
Linkid committed Jan 18, 2018
2 parents 58f6672 + 7e907cf commit 9a6c228
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ This is Frets on Fire X, a highly customizable rhythm game supporting many modes
- repository: http://github.com/fofix/fofix
- IRC: #fofix on oftc.net ([web interface](https://webchat.oftc.net/))
- Gitter: [web interface](https://gitter.im/fofix/fofix)
- unofficial forum: http://www.fretsonfire.net/forums/viewforum.php?f=32
- unofficial forum: https://www.fretsonfire.org/forums/viewforum.php?f=32


Setup
Expand Down
2 changes: 1 addition & 1 deletion doc/source/quickstart/quickstart.rst
Expand Up @@ -31,7 +31,7 @@ Some themes are already included:
- MegaLight V4
- Uberlight

To find other themes, go to the `forum <http://www.fretsonfire.net/forums/viewforum.php?f=11&sid=152eb4b9177971b82d8cd410faa7586b>`_ or create them.
To find other themes, go to the `forum <https://www.fretsonfire.org/forums/viewtopic.php?f=32&t=24976>`_ or create them.


Start the game
Expand Down
2 changes: 1 addition & 1 deletion doc/source/users/songs.rst
Expand Up @@ -36,7 +36,7 @@ Tools

Some tools will help you creating a song for FoFiX:

- `EOF <http://www.t3-i.com/pages/project.php?id=eof>`_ - `unofficial guide <http://www.fretsonfire.net/forums/viewtopic.php?t=1938>`_
- `EOF <http://www.t3-i.com/pages/project.php?id=eof>`_ - `unofficial guide <https://www.fretsonfire.org/forums/viewtopic.php?f=34&t=1938>`_


INI file
Expand Down
2 changes: 1 addition & 1 deletion doc/source/users/themes.rst
Expand Up @@ -4,7 +4,7 @@ Themes
Additional themes
-----------------

You can find a list of additional themes for FoFiX on the `forum <http://www.fretsonfire.net/forums/viewtopic.php?f=32&t=24976>`_.
You can find a list of additional themes for FoFiX on the `forum <https://www.fretsonfire.org/forums/viewtopic.php?f=32&t=24976>`_.


Installation
Expand Down
2 changes: 1 addition & 1 deletion fofix/core/GameEngine.py
Expand Up @@ -98,7 +98,7 @@ def _init_allthemes():
defaultTheme = themes[0] #myfingershurt

#myfingershurt: default theme must be an existing one!
Config.define("coffee", "themename", str, defaultTheme, text = _("Theme"), options = dict([(str(themes[n]),themes[n]) for n in range(0, i)]), tipText = _("Sets the overall graphical feel of the game. You can find and download many more at fretsonfire.net"))
Config.define("coffee", "themename", str, defaultTheme, text = _("Theme"), options = dict([(str(themes[n]),themes[n]) for n in range(0, i)]), tipText = _("Sets the overall graphical feel of the game. You can find and download many more at https://fretsonfire.org"))
_init_allthemes()

Player.loadControls()
Expand Down
2 changes: 1 addition & 1 deletion fofix/game/Credits.py
Expand Up @@ -148,7 +148,7 @@ def __init__(self, engine):
self.bank['honorary'] = [_("Honorary Credits")]
self.bank['codeHonor'] = [_("Without whom this game would not exist")]
self.bank['giveThanks'] = [_("Special Thanks to")]
self.bank['community'] = [_("nwru and all of the community at fretsonfire.net")]
self.bank['community'] = [_("nwru and all of the community at https://fretsonfire.org")]
self.bank['other'] = [_("Other Contributors:")]
self.bank['tutorial'] = [_("Jurgen FoF tutorial inspired by adam02"),
_("Drum test song tutorial by Heka"),
Expand Down

0 comments on commit 9a6c228

Please sign in to comment.