You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/11/21 20:51:34 UTC

svn commit: r1770755 - in /sling/site/trunk/content/documentation: bundles/datasource-providers.mdtext development/version-policy.mdtext tutorials-how-tos/jackrabbit-persistence.mdtext

Author: sseifert
Date: Mon Nov 21 20:51:34 2016
New Revision: 1770755

URL: http://svn.apache.org/viewvc?rev=1770755&view=rev
Log:
fix broken links to bnd website

Modified:
    sling/site/trunk/content/documentation/bundles/datasource-providers.mdtext
    sling/site/trunk/content/documentation/development/version-policy.mdtext
    sling/site/trunk/content/documentation/tutorials-how-tos/jackrabbit-persistence.mdtext

Modified: sling/site/trunk/content/documentation/bundles/datasource-providers.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/datasource-providers.mdtext?rev=1770755&r1=1770754&r2=1770755&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/datasource-providers.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/datasource-providers.mdtext Mon Nov 21 20:51:34 2016
@@ -116,5 +116,5 @@ Download the bundle from [here][3] or us
     </dependency>
 
 [1]: http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
-[2]: http://www.aqute.biz/Bnd/Wrapping
+[2]: http://bnd.bndtools.org/chapters/390-wrapping.html
 [3]: http://sling.apache.org/downloads.cgi
\ No newline at end of file

Modified: sling/site/trunk/content/documentation/development/version-policy.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/version-policy.mdtext?rev=1770755&r1=1770754&r2=1770755&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/version-policy.mdtext (original)
+++ sling/site/trunk/content/documentation/development/version-policy.mdtext Mon Nov 21 20:51:34 2016
@@ -80,7 +80,7 @@ Using this syntax something like the fol
     import aQute.bnd.annotation.Export;
 
 
-See [bnd Versioning](http://www.aqute.biz/Bnd/Versioning) for details.
+See [bnd Versioning](http://bnd.bndtools.org/chapters/170-versioning.html) for details.
 
 
 ## Version Number Syntax
@@ -197,7 +197,7 @@ This allows for the implementation to wo
 
 ### Future
 
-Recent versions of the bnd library support automatic differentiation between _use_ and _implementation_ of API and to set the import version ranges accordingly. See [bnd Versioning](http://www.aqute.biz/Bnd/Versioning) for details.
+Recent versions of the bnd library support automatic differentiation between _use_ and _implementation_ of API and to set the import version ranges accordingly. See [bnd Versioning](http://bnd.bndtools.org/chapters/170-versioning.html) for details.
 
 ## References
 
@@ -205,4 +205,4 @@ Recent versions of the bnd library suppo
 * [On Version Numbers](http://blog.meschberger.ch/2009/10/on-version-numbers.html) -- Blog about version numbers
 * [Version Numbering](http://wiki.eclipse.org/index.php/Version_Numbering) -- An Eclipse paper on assigning version numbers. Very good read.
 * [Semantic Versioning](http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf) -- An OSGi Alliance paper on semantic versioning.
-* [bnd Versioning](http://www.aqute.biz/Bnd/Versioning) -- Describes how the bnd library used by the Maven Bundle plugin supports package versioning
+* [bnd Versioning](http://bnd.bndtools.org/chapters/170-versioning.html) -- Describes how the bnd library used by the Maven Bundle plugin supports package versioning

Modified: sling/site/trunk/content/documentation/tutorials-how-tos/jackrabbit-persistence.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/tutorials-how-tos/jackrabbit-persistence.mdtext?rev=1770755&r1=1770754&r2=1770755&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/tutorials-how-tos/jackrabbit-persistence.mdtext (original)
+++ sling/site/trunk/content/documentation/tutorials-how-tos/jackrabbit-persistence.mdtext Mon Nov 21 20:51:34 2016
@@ -20,7 +20,7 @@ When you are not using the Derby persist
 
 The hardest thing to do is probably getting the JDBC driver for your database. One option is to look at the bundles provided by Spring Source in their repository at <http://www.springsource.com/repository/>.
 
-Another option is to create the bundle on your own using Peter Kriens' [bnd Tool](http://www.aqute.biz/Bnd/Bnd):
+Another option is to create the bundle on your own using Peter Kriens' [bnd Tool](http://bnd.bndtools.org/):
 
 1. Get the JDBC driver for your database from the driver provider
 1. Wrap the JDBC driver library into an OSGi bundle: