libgnt/libgnt

Point to the proper url for symbols deprecated in version 3.0. Fixes LIBGNT-9

Testing Done:
Built the docs and verified the link works locally.

Reviewed at https://reviews.imfreedom.org/r/187/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])