- [Iconic](http://somerandomdude.com/work/iconic) (Creative Commons Share Alike 3.0)\r
- [AngularJS](http://angularjs.org) (MIT)\r
- [Clippy](https://github.com/mojombo/clippy) (MIT)\r
-- [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)\r
+- [google-code-prettify](https://github.com/googlearchive/code-prettify) (Apache 2.0)\r
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)\r
- [jQuery](https://jquery.org) (MIT)\r
- [flotr2](http://humblesoftware.com/flotr2) (BSD)\r
- [JSch - Java Secure Channel](http://www.jcraft.com/jsch) (BSD)\r
- [Rome](http://rome.dev.java.net) (Apache 1.1)\r
- [jdom](http://www.jdom.org) (Apache-style JDOM license)\r
-- [google-gson](http://code.google.com/google-gson) (Apache 2.0)\r
+- [google-gson](https://github.com/google/gson) (Apache 2.0)\r
- [javamail](http://kenai.com/projects/javamail) (CDDL-1.0, BSD, GPL-2.0, GNU-Classpath)\r
- [Groovy](http://groovy.codehaus.org) (Apache 2.0)\r
- [Lucene](http://lucene.apache.org) (Apache 2.0)\r
- [FreeMarker](http://www.freemarker.org) (modified BSD)\r
- [Waffle](http://dblock.github.io/waffle) (EPL 1.0)\r
- [JNA](https://github.com/twall/jna) (LGPL 2.1)\r
-- [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)\r
+- [Guava](https://github.com/google/guava) (Apache 2.0)\r
- [libpam4j](https://github.com/kohsuke/libpam4j) (MIT)\r
- [commons-codec](http://commons.apache.org/proper/commons-codec) (Apache 2.0)\r
- [pegdown](https://github.com/sirthias/pegdown) (Apache 2.0)\r
- [jedis](https://github.com/xetorthio/jedis) (MIT)\r
- [Mina SSHD](https://mina.apache.org) (Apache 2.0)\r
- [pf4j](https://github.com/decebals/pf4j) (Apache 2.0)\r
-- [google-guice](https://code.google.com/p/google-guice) (Apache 2.0)\r
+- [google-guice](https://github.com/google/guice) (Apache 2.0)\r
\r
### Other Build Dependencies\r
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)\r
\r
The *Gitblit 0.7.0* federation protocol is incompatible with the 0.6.0 federation protocol because of a change in the way timestamps are formatted.\r
\r
-Gitblit 0.6.0 uses the default [google-gson](http://google-gson.googlecode.com) timestamp serializer which generates locally formatted timestamps. Unfortunately, this creates problems for distributed repositories and distributed developers. Gitblit 0.7.0 corrects this error by serializing dates to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard. As a result 0.7.0 is not compatible with 0.6.0. A partial backwards-compatibility fallback was considered but it would only work one direction and since the federation mechanism is bidirectional it was not implemented.\r
+Gitblit 0.6.0 uses the default [google-gson](https://github.com/google/gson) timestamp serializer which generates locally formatted timestamps. Unfortunately, this creates problems for distributed repositories and distributed developers. Gitblit 0.7.0 corrects this error by serializing dates to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard. As a result 0.7.0 is not compatible with 0.6.0. A partial backwards-compatibility fallback was considered but it would only work one direction and since the federation mechanism is bidirectional it was not implemented.\r
\r
### Origin Gitblit Instance Requirements\r
\r
\r
### How does it work? (Origin Gitblit Instances)\r
\r
-A pulling Gitblit instance will periodically contact your Gitblit instance and will provide the token as proof that you have granted it federation access. Your Gitblit instance will decide, based on the supplied token, if the requested data should be returned to the pulling Gitblit instance. Gitblit data (user accounts, repository metadata, and server settings) are serialized as [JSON](http://json.org) using [google-gson](http://google-gson.googlecode.com) and returned to the pulling Gitblit instance. Standard Git clone and pull operations are used to transfer commits.\r
+A pulling Gitblit instance will periodically contact your Gitblit instance and will provide the token as proof that you have granted it federation access. Your Gitblit instance will decide, based on the supplied token, if the requested data should be returned to the pulling Gitblit instance. Gitblit data (user accounts, repository metadata, and server settings) are serialized as [JSON](http://json.org) using [google-gson](https://github.com/google/gson) and returned to the pulling Gitblit instance. Standard Git clone and pull operations are used to transfer commits.\r
\r
The federation process executes using an internal administrator account, *$gitblit*. All the normal authentication and authorization processes are used for federation requests. For example, Git commands are authenticated as *$gitblit / token*.\r
\r