Author: dklco
Date: Thu Apr 25 19:20:06 2013
New Revision: 1475911
URL: http://svn.apache.org/r1475911
Log:
Another fix for SLING-2838: fixed the * instead of underscrores in the link to
Knopflerfish Download URL
Modified:
sling/site/trunk/content/documentation/bundles/jcr-installer-provider.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/jcr-installer-provider.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/jcr-installer-provider.mdtext?rev=1475911&r1=1475910&r2=1475911&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/jcr-installer-provider.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/jcr-installer-provider.mdtext
Thu Apr 25 19:20:06 2013
@@ -28,7 +28,7 @@ Start the Sling [launchpad/app](http://s
To watch the logs produced by these modules, you can filter
`sling/logs/error.log` using `egrep 'jcrinstall|osgi.installer'`.
## Install and remove a bundle
-We'll use the [Knopflerfish
Desktop](http://www.knopflerfish.org/releases/2.0.5/jars/desktop*awt/desktop*awt_all-2.0.0.jar)
bundle for this example, it is convenient as it displays a graphical user
interface when started.
+We'll use the [Knopflerfish
Desktop](http://www.knopflerfish.org/releases/2.0.5/jars/desktop_awt/desktop_awt_all-2.0.0.jar)
bundle for this example, it is convenient as it displays a graphical user
interface when started.
We use `curl` to create content, to make it easy to reproduce the example by
copying and pasting the `curl` commands. Any other way to create content in the
repository will work, of course.