This is an automated email from the ASF dual-hosted git repository.

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new efc8f7d  AVRO-2483: Fix broken links to wiki pages in the 
documentation (#593)
efc8f7d is described below

commit efc8f7d83c598fd61600d194ebb0aab7e5274ad4
Author: Kengo Seki <[email protected]>
AuthorDate: Thu Jul 25 17:21:49 2019 +0900

    AVRO-2483: Fix broken links to wiki pages in the documentation (#593)
---
 doc/src/content/xdocs/site.xml | 4 ++--
 doc/src/content/xdocs/tabs.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/content/xdocs/site.xml b/doc/src/content/xdocs/site.xml
index 6f86841..bf093fb 100644
--- a/doc/src/content/xdocs/site.xml
+++ b/doc/src/content/xdocs/site.xml
@@ -65,8 +65,8 @@ See https://forrest.apache.org/docs/linking.html for more info
       <download href="#Download" />
     </releases>
     <jira      href="https://avro.apache.org/issue_tracking.html"/>
-    <wiki      href="https://wiki.apache.org/hadoop/Avro/"; />
-    <faq       href="https://wiki.apache.org/hadoop/Avro/FAQ"; />
+    <wiki      href="https://cwiki.apache.org/confluence/display/AVRO/Index"; />
+    <faq       href="https://cwiki.apache.org/confluence/display/AVRO/FAQ"; />
     <json      href="https://www.json.org/"; />
     <vint      
href="https://lucene.apache.org/java/3_5_0/fileformats.html#VInt"/>
     <zigzag    
href="https://code.google.com/apis/protocolbuffers/docs/encoding.html#types"/>
diff --git a/doc/src/content/xdocs/tabs.xml b/doc/src/content/xdocs/tabs.xml
index 0d93457..97e7d2c 100644
--- a/doc/src/content/xdocs/tabs.xml
+++ b/doc/src/content/xdocs/tabs.xml
@@ -33,7 +33,7 @@
   -->
 
   <tab label="Project" href="https://avro.apache.org/"; />
-  <tab label="Wiki" href="https://wiki.apache.org/hadoop/Avro/"; />
+  <tab label="Wiki" 
href="https://cwiki.apache.org/confluence/display/AVRO/Index"; />
   <tab label="Avro &AvroVersion; Documentation" dir="" />
 
 </tabs>

Reply via email to