Skip to content

Commit

Permalink
Update more references to the forums
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardsEric authored and NickMcConnell committed Nov 29, 2024
1 parent 580108b commit e06b249
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ First Age Angband is a variant of [Angband](http://angband.github.io/angband/).

For descriptions, see the main [FAangband web page](http://nickmcconnell.github.io/FAangband/).

For other Angband-related things, see the ladder site (http://angband.oook.cz/).
For other Angband-related things, see the live site (http://angband.live/).
4 changes: 2 additions & 2 deletions docs/command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Help (``?``)
just text files in a particular format, and that other help files may be
available on the Net. In particular, there are a variety of spoiler files
which do not come with the standard distribution. Check the place you got
Angband from or ask on the Angband forums, angband.oook.cz , about them.
Angband from or ask on the Angband forums, angband.live/forums/ , about them.

Identify Symbol (``/``)
Use this command to find out what a character stands for. For instance,
Expand Down Expand Up @@ -712,7 +712,7 @@ Save screen dump (|``)``|)

- html, suitable for viewing in a web browser.
- forum embedded html for vBulletin, suitable for pasting in
web forums like http://angband.oook.cz/forums.
web forums like https://angband.live/forums/.

Special Keys
============
Expand Down
4 changes: 2 additions & 2 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ Non-code activities are different. Documentation can be written on the wiki, or


.. _GitHub: https://github.com/angband/angband/
.. _Angband forum: http://angband.oook.cz/forum
.. _Vanilla section: http://angband.oook.cz/forum/forumdisplay.php?f=3
.. _Angband forum: https://angband.live/forums/
.. _Vanilla section: https://angband.live/forums/forum/angband/vanilla
4 changes: 2 additions & 2 deletions docs/hacking/modifying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,5 @@ language, and can start making changes to the way the game runs or appears.
Many people have done this - there are over 100 variants of Angband:
http://angbandplus.github.io/AngbandPlus/
Should you get to this point, the best thing to do is to discuss your ideas on
the Angband forums at http://angband.oook.cz. The people there are typically
keen to hear new ideas and ways to play.
the Angband forums at https://live/angband.live/forums/. The people there are
typically keen to hear new ideas and ways to play.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The player will begin their adventure in their home town where they may acquire

FAangband is a very complex game, and it may be difficult to grasp everything at first, especially if you have never played a roguelike game before. A key resource for Angband players is the `forum`_, where you can ask for help, and also post compliments, complaints, suggestions, bug reports, and interesting experiences. Don't be shy!

.. _forum: http://angband.oook.cz
.. _forum: https://angband.live/forums/



Expand Down
6 changes: 3 additions & 3 deletions docs/version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Angband
Angband has been maintained and developed by a succession of volunteers since
it was written in the early 1990s. The current maintainer is Nick McConnell.

The current version is 4.2.3. Detailed information about this version and
previous versions can be found at http://rephial.org. Also additional
information can be found at the angband forums (http://angband.oook.cz).
The current version is 4.2.5. Detailed information about this version and
previous versions can be found at http://angband.github.io/angband. Also additional
information can be found at the angband forums (https://angband.live/forums/).

This file was last updated for Angband 3.1.2 and remains here mainly
for historical purposes.
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
Send comments, bug reports, and patches to {light yellow}nckmccnnll@gmail.com{/}
The FAangband home page is {light yellow}http://nickmcconnell.github.io/FAangband/{/}
Latest code is at {light yellow}https://github.com/NickMcConnell/FAangband{/}
Visit the Angband ladder page at {light yellow}http://angband.oook.cz{/}
Visit the Angband live site at {light yellow}http://angband.live{/}
'{light yellow}?{/}' for brief in-game help.
2 changes: 1 addition & 1 deletion src/effect-handler-general.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct monster *monster_target_monster(effect_handler_context_t *context)
* 3) if a player is moving, it does not have player traps
* 4) if a monster is moving, it does not have a glyph of warding
* There's some discussion here,
* http://angband.oook.cz/forum/showthread.php?t=11066
* https://angband.live/forums/forum/angband/vanilla/10323-the-evil-eye-commands-you-to-return-or-not .
*/
static bool has_teleport_destination_prereqs(struct chunk *c, struct loc grid,
bool is_player_moving)
Expand Down
2 changes: 1 addition & 1 deletion src/main-sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ static void show_about(struct sdlpui_window *window, int x, int y)
sdlpui_simple_info_add_label(window->infod,
"See http://www.rephial.org", SDLPUI_HOR_CENTER);
sdlpui_simple_info_add_label(window->infod,
"Visit our forum at http://angband.oook.cz/forum",
"Visit our forum at https://angband.live/forums/",
SDLPUI_HOR_CENTER);
sdlpui_complete_simple_info(window->infod, window);
window->infod->pop_callback = hide_about;
Expand Down
4 changes: 2 additions & 2 deletions src/win/angband_visual_studio_step_by_step.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ To build Angband using Microsoft's Visual Studio.
13. If there are no errors, enjoy playing angband. There should not be any
errors and the executable should be built. If there are any errors, and
you do not know how to fix them, you can ask on the forums at
http://angband.oook.cz or in the #angband-dev IRC channel on libera.chat.
https://angband.live/forums/ or in the #angband-dev IRC channel on libera.chat.

14. Report bugs or request changes on https://github.com/angband/angband/issues
at the Github site or on the forums at http://angband.oook.cz .
at the Github site or on the forums at https://angband.live/forums/ .

15. To submit bug fixes, changes, etc please open pull requests on the Github
site.

0 comments on commit e06b249

Please sign in to comment.