pidgin/pidgin

Finally update the websites to point to the new urls
release-2.x.y
2021-06-21, Gary Kramlich
23c929b96bdf
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/
/** @page gtklog-signals GtkLog Signals
@signals
@signal log-displaying
@endsignals
@see gtklog.h
<hr>
@signaldef log-displaying
@signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
@endsignalproto
@signaldesc
Emitted when a log is being displayed.
@param viewer The log viewer
@param log The log being displayed
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et