pidgin/pidgin

Finally update the websites to point to the new urls
release-2.x.y
2021-06-21, Gary Kramlich
23c929b96bdf
Parents 1d8612429d16
Children a8e48ef3fc45
Finally update the websites to point to the new urls

Testing Done:
Compiled but I grepped the code to make sure there aren't any side effects. `PURPLE_WEBSITE` is only used for opening the site or in plugin info and `PURPLE_DEVEL_WEBSITE` is disabled in the about box and spammed to the logs from `core.c` to report errors.

Reviewed at https://reviews.imfreedom.org/r/766/
--- a/libpurple/internal.h Thu Jun 17 20:54:12 2021 -0500
+++ b/libpurple/internal.h Mon Jun 21 01:47:19 2021 -0500
@@ -166,8 +166,8 @@
struct sockaddr_storage storage;
} common_sockaddr_t;
-#define PURPLE_WEBSITE "http://pidgin.im/"
-#define PURPLE_DEVEL_WEBSITE "http://developer.pidgin.im/"
+#define PURPLE_WEBSITE "https://pidgin.im/"
+#define PURPLE_DEVEL_WEBSITE "https://pidgin.im/development/"
/* INTERNAL FUNCTIONS */