Update all links to new domain.

This commit is contained in:
2026-03-30 18:25:26 -06:00
parent 3903d7b9e5
commit 9f2529adb6
8 changed files with 14 additions and 22 deletions

View File

@@ -1717,7 +1717,7 @@ menu_ctcpguiopen (void)
static void
menu_docs (GtkWidget *wid, gpointer none)
{
fe_open_url ("https://docs.zoitechat.zoite.net/en/latest/");
fe_open_url ("https://docs.zoitechat.org/en/latest/");
}
/*static void
@@ -1862,7 +1862,7 @@ about_dialog_response (GtkDialog *dialog, int response, gpointer data)
{
if (response == GTK_RESPONSE_HELP)
{
fe_open_url ("http://zoitechat.zoite.net");
fe_open_url ("http://zoitechat.org");
return;
}
if (response == GTK_RESPONSE_APPLY)