pidgin/nest

Change links pointing to trac to youtrack and other stuff on pidgin.im

Fix a bunch of urls to point to youtrack and other pages on pidgin.im

Testing Done:
None.

Reviewed at https://reviews.imfreedom.org/r/112/
<ul>
{{ range .Params.replaces }}
<li>
<a href="https://{{- template "url-thing" . -}}" rel="nofollow">
{{ template "url-thing" . }}
</a>
</li>
{{ end }}
</ul>
{{ define "url-thing" }}
{{- if (hasPrefix . "pidgin.im") -}}
old.{{.}}
{{- else if (hasPrefix . "developer.pidgin.im") -}}
{{ . }}
{{- else -}}
{{ . }}
{{- end -}}
{{ end }}