Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2019-10-06 15:50:38 +0000
committerTorbjörn Svensson2019-10-12 19:26:28 +0000
commit3135b975c19b87c9602d19c9a2ed6881c5c7ca6f (patch)
tree4cb70e20ee5a3cf26c9f0adcf1ba5d940ca71370 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host
parentf98e978557da61e452474066ac2a008698205733 (diff)
downloadorg.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.gz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.xz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.zip
Bug 551818: Fix broken link in about.html
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF2
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/about.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
index 942604730..5421c42aa 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.hello.ds.host;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.1.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4,
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/about.html b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/about.html
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file

Back to the top