Repository: activemq-artemis
Updated Branches:
  refs/heads/master 24979a771 -> f72c18352


Adding a link to current docs on alternate indexes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/351b37e8
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/351b37e8
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/351b37e8

Branch: refs/heads/master
Commit: 351b37e8385ed82bf60b3f327055ca8a41ec96e2
Parents: 45ac130
Author: Clebert <clebertsuco...@apache.org>
Authored: Mon Jul 6 12:56:30 2015 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon Jul 6 14:35:17 2015 -0400

----------------------------------------------------------------------
 .../src/main/resources/hacking-guide/index.html           | 10 ++++++++--
 artemis-website/src/main/resources/user-manual/index.html | 10 +++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/351b37e8/artemis-website/src/main/resources/hacking-guide/index.html
----------------------------------------------------------------------
diff --git a/artemis-website/src/main/resources/hacking-guide/index.html 
b/artemis-website/src/main/resources/hacking-guide/index.html
index ef75a15..8f71b63 100644
--- a/artemis-website/src/main/resources/hacking-guide/index.html
+++ b/artemis-website/src/main/resources/hacking-guide/index.html
@@ -16,9 +16,15 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+<html>
+  <head>
+    <meta http-equiv="refresh" 
content="3;url=https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/SUMMARY.md"/>
+  </head>
 <h1>User Manual</h1>
 
 <p>If you are seeing this message, it is because the Hacking Guide was not 
built during the Apache ActiveMQ Artemis build.  To
 build Apache ActiveMQ Artemis with the Hacking Guide you must use the maven 
release profile:
-<code>mvn clean install -Prelease</code>.</p>
\ No newline at end of file
+<code>mvn clean install -Prelease</code>.</p>
+<p>You can view the current documentation directly on <a 
href="https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/SUMMARY.md";>github</a>.</p>
+
+</html>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/351b37e8/artemis-website/src/main/resources/user-manual/index.html
----------------------------------------------------------------------
diff --git a/artemis-website/src/main/resources/user-manual/index.html 
b/artemis-website/src/main/resources/user-manual/index.html
index a36e404..0727109 100644
--- a/artemis-website/src/main/resources/user-manual/index.html
+++ b/artemis-website/src/main/resources/user-manual/index.html
@@ -17,8 +17,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+<html>
+  <head>
+    <meta http-equiv="refresh" 
content="3;url=https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/SUMMARY.md"/>
+  </head>
+
 <h1>User Manual</h1>
 
 <p>If you are seeing this message, it is because the User Manual was not built 
during the Apache ActiveMQ Artemis build.  To
 build Apache ActiveMQ Artemis with the User Manual you must use the maven 
release profile:
-<code>mvn clean install -Prelease</code>.</p>
\ No newline at end of file
+<code>mvn clean install -Prelease</code>.</p>
+<p>You can view the current documentation directly on <a 
href="https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/SUMMARY.md";>github</a>.</p>
+
+</html>

Reply via email to