You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by as...@apache.org on 2015/09/17 19:42:31 UTC

svn commit: r1703658 - in /oltu/trunk/site/src/site: site.xml xdoc/index.xml

Author: asanso
Date: Thu Sep 17 17:42:30 2015
New Revision: 1703658

URL: http://svn.apache.org/viewvc?rev=1703658&view=rev
Log:
added OAuth book section

Modified:
    oltu/trunk/site/src/site/site.xml
    oltu/trunk/site/src/site/xdoc/index.xml

Modified: oltu/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/site.xml?rev=1703658&r1=1703657&r2=1703658&view=diff
==============================================================================
--- oltu/trunk/site/src/site/site.xml (original)
+++ oltu/trunk/site/src/site/site.xml Thu Sep 17 17:42:30 2015
@@ -47,7 +47,7 @@
     <menu name="${project.name}">
       <item href="./index.html" name="Overview" />
       <item href="#" name="Documentation" >
-       	<item href="https://cwiki.apache.org/confluence/display/OLTU/Documentation" name="Wiki" />
+       		<item href="https://cwiki.apache.org/confluence/display/OLTU/Documentation" name="Wiki" />
       	 <item href="./books.html" name="Books" />
       </item>
       <item href="#" name="APIs Documentation">

Modified: oltu/trunk/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/xdoc/index.xml?rev=1703658&r1=1703657&r2=1703658&view=diff
==============================================================================
--- oltu/trunk/site/src/site/xdoc/index.xml (original)
+++ oltu/trunk/site/src/site/xdoc/index.xml Thu Sep 17 17:42:30 2015
@@ -31,7 +31,7 @@
     <section name="Documentation">
       <p>Looking for documentation? The best place where finding the latest up-to-date documentation is the
       <a href="https://cwiki.apache.org/confluence/display/OLTU/Documentation">Wiki</a>.</p>
-      <p> You might also find some useful information about OAuth in one of the <a href="/commercial-support.html">referenced resources </a></p>
+      <p> You might also find some useful information about OAuth in one of the <a href="/books.html">referenced resources </a></p>
       <p>Please help us on keeping the documentation updated! Every contribution is more than welcome!</p>
       <p>Have a look also to <a href="./apidocs/index.html">APIs documentation</a>.</p>
     </section>