You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/08/13 18:48:28 UTC

svn commit: r1372506 - /hbase/trunk/src/docbkx/developer.xml

Author: stack
Date: Mon Aug 13 16:48:28 2012
New Revision: 1372506

URL: http://svn.apache.org/viewvc?rev=1372506&view=rev
Log:
Fix ids

Modified:
    hbase/trunk/src/docbkx/developer.xml

Modified: hbase/trunk/src/docbkx/developer.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1372506&r1=1372505&r2=1372506&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/developer.xml (original)
+++ hbase/trunk/src/docbkx/developer.xml Mon Aug 13 16:48:28 2012
@@ -253,9 +253,9 @@ What is the new development version for 
            </para>
       </section>
     </section> <!--  build -->
-    <section xml:id="hbase.site">
+    <section xml:id="hbase.org">
     <title>Updating hbase.apache.org</title>
-      <section xml:id="hbase.site.contributing">
+      <section xml:id="hbase.org.site.contributing">
       <title>Contributing to hbase.apache.org</title>
       <para>The HBase apache web site (including this reference guide) is maintained as part of the main HBase source tree, under <filename>/src/docbkx</filename> and <filename>/src/site</filename>. The former is this reference guide; the latter, in most cases, are legacy pages that are in the process of being merged into the docbkx tree.</para>
       <para>To contribute to the reference guide, edit these files and submit them as a patch (see <xref linkend="submitting.patches"/>). Your Jira should contain a summary of the changes in each section (see <link xlink:href="https://issues.apache.org/jira/browse/HBASE-6081">HBASE-6081</link> for an example).</para>
@@ -263,7 +263,7 @@ What is the new development version for 
       <programlisting>mvn site</programlisting>
       Then you can load up the generated HTML files in your browser (file are under <filename>/target/site</filename>).</para>
       </section>
-      <section xml:id="hbase.site.publishing">
+      <section xml:id="hbase.org.site.publishing">
       <title>Publishing hbase.apache.org</title>
       <para>If you're a committer with rights to publish the site artifacts: set up your apache credentials and the target site location locally in a place and
       form that maven can pick it up, in <filename>~/.m2/settings.xml</filename>.  See <xref linked="mvn_repo" /> for an example.