Skip to content

Commit

Permalink
Change forum URL to f-hub inside the game
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Jan 26, 2025
1 parent e2a394b commit ecdc554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/credits.stxt
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
)
(text
(type "reference")
(string "http://forum.freegamedev.net/viewforum.php?f=66")
(string "https://groups.f-hub.org/g/8AKEaTgZ")
)
(blank)
(text
Expand Down
2 changes: 1 addition & 1 deletion src/supertux/menu/editor_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ EditorMenu::menu_action(MenuItem& item)
case MNID_SHARE:
{
Dialog::show_confirmation(_("We encourage you to share your levels in the SuperTux forum.\nTo find your level, click the\n\"Open Level directory\" menu item.\nDo you want to go to the forum now?"), [] {
FileSystem::open_url("https://forum.freegamedev.net/viewforum.php?f=69");
FileSystem::open_url("https://groups.f-hub.org/g/8AKEaTgZ");
});
}
break;
Expand Down

0 comments on commit ecdc554

Please sign in to comment.