site: updated URL of guice from google-code to github

git-svn-id: https://svn.apache.org/repos/asf/onami/trunk@1612703 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/guava/src/site/site.xml b/guava/src/site/site.xml
index 5d33b5e..0a1486f 100644
--- a/guava/src/site/site.xml
+++ b/guava/src/site/site.xml
@@ -27,7 +27,7 @@
     </head>
 
     <links>
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
+      <item name="Google Guice" href="https://github.com/google/guice/wiki" />
       <item name="Google Guava Libraries" href="http://code.google.com/p/guava-libraries/" />
     </links>
 
diff --git a/parent/src/site/site.xml b/parent/src/site/site.xml
index 0485b10..d8c903c 100644
--- a/parent/src/site/site.xml
+++ b/parent/src/site/site.xml
@@ -33,7 +33,7 @@
 
   <body>
     <links>
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
+      <item name="Google Guice" href="https://github.com/google/guice/wiki" />
     </links>
 
     <menu name="Community" inherit="bottom">
diff --git a/scheduler/src/site/apt/index.apt.vm b/scheduler/src/site/apt/index.apt.vm
index 39afe91..ae655cb 100644
--- a/scheduler/src/site/apt/index.apt.vm
+++ b/scheduler/src/site/apt/index.apt.vm
@@ -26,7 +26,7 @@
 
 Welcome to ${project.name}!
 
-  ${project.name} is the {{{http://code.google.com/p/google-guice/}Google Guice}} extension for
+  ${project.name} is the {{{https://github.com/google/guice/wiki}Google Guice}} extension for
   {{{http://www.quartz-scheduler.org/}Quartz}}, originally developed by
   {{{http://ninomartinez.wordpress.com/}Nino Martinez Wael}} on Google Code with the name of
   {{{http://code.google.com/p/slurry/}quartz4guice}}.
diff --git a/scheduler/src/site/apt/userguide.apt b/scheduler/src/site/apt/userguide.apt
index 4734762..79ded5a 100644
--- a/scheduler/src/site/apt/userguide.apt
+++ b/scheduler/src/site/apt/userguide.apt
@@ -141,7 +141,7 @@
 ** Starting the schedule manually
 
   Since version 1.1 the <<<Scheduler>>> instance can be started manually; that feature is incredibly useful due to serious
-  {{{http://code.google.com/p/google-guice/issues/detail?id=183}deadlock}}
+  {{{https://github.com/google/guice/issues/183}deadlock}}
   {{{http://groups.google.com/group/google-guice/browse_thread/thread/c4ccd95b76192519}issue}} found in the main Guice
   thread:
 
diff --git a/scheduler/src/site/site.xml b/scheduler/src/site/site.xml
index 30e1e16..b79b4f3 100644
--- a/scheduler/src/site/site.xml
+++ b/scheduler/src/site/site.xml
@@ -27,7 +27,7 @@
     </head>
 
     <links>
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
+      <item name="Google Guice" href="https://github.com/google/guice/wiki" />
       <item name="Quartz Scheduler" href="http://quartz-scheduler.org/" />
     </links>
 
diff --git a/scopes/src/site/apt/index.apt.vm b/scopes/src/site/apt/index.apt.vm
index 4e6a1de..3c46a0d 100644
--- a/scopes/src/site/apt/index.apt.vm
+++ b/scopes/src/site/apt/index.apt.vm
@@ -26,7 +26,7 @@
 
 Welcome to ${project.name}!
 
-  ${project.name} adds useful Scopes to {{{http://code.google.com/p/google-guice/}Google Guice}}.
+  ${project.name} adds useful Scopes to {{{https://github.com/google/guice/wiki}Google Guice}}.
 
 Before starting
 
diff --git a/test/src/site/site.xml b/test/src/site/site.xml
index 529aeb6..163360f 100644
--- a/test/src/site/site.xml
+++ b/test/src/site/site.xml
@@ -27,7 +27,7 @@
     </head>
 
     <links>
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
+      <item name="Google Guice" href="https://github.com/google/guice/wiki" />
       <item name="JUnit" href="http://www.junit.org" />
       <item name="Easy-Mock" href="http://easymock.org/" />
       <item name="Mockito" href="http://mockito.org/" />