pidgin/pidgin

Fix some broken urls and get rid of the old developer segfault message

Tweak some urls and get rid of the developer segfault message

Testing Done:
Build only

Reviewed at https://reviews.imfreedom.org/r/114/
NULLSOURCES = [
'nullprpl.h',
'nullprpl.c'
]
# nullprpl isn't built by default; when it is built, it's dynamically linked
if DYNAMIC_NULL
null_prpl = shared_library('null', NULLSOURCES,
dependencies : [libpurple_dep, glib],
install : false, install_dir : PURPLE_PLUGINDIR)
endif