This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 362d1d4 [KARAF-6130] Update github link in dev guide
362d1d4 is described below
commit 362d1d4208e6e7e5603cf0f1f016be66f7c6fcf8
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Feb 4 14:55:18 2019 +0100
[KARAF-6130] Update github link in dev guide
---
manual/src/main/asciidoc/developer-guide/branding.adoc | 2 +-
manual/src/main/asciidoc/developer-guide/creating-bundles.adoc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manual/src/main/asciidoc/developer-guide/branding.adoc
b/manual/src/main/asciidoc/developer-guide/branding.adoc
index 9e96eab..b89056f 100644
--- a/manual/src/main/asciidoc/developer-guide/branding.adoc
+++ b/manual/src/main/asciidoc/developer-guide/branding.adoc
@@ -60,7 +60,7 @@ The values default to the ones in `etc/branding.properties`
if this file is not
==== Branding bundle
-See
[https://github.com/apache/karaf/examples/karaf-branding-example/README.md].
+See
[https://github.com/apache/karaf/tree/master/examples/karaf-branding-example].
==== WebConsole
diff --git a/manual/src/main/asciidoc/developer-guide/creating-bundles.adoc
b/manual/src/main/asciidoc/developer-guide/creating-bundles.adoc
index a0ebc36..c852f36 100644
--- a/manual/src/main/asciidoc/developer-guide/creating-bundles.adoc
+++ b/manual/src/main/asciidoc/developer-guide/creating-bundles.adoc
@@ -16,9 +16,9 @@
The examples provides different kind of bundles and services definition:
-* https://github.com/apache/karaf/examples/karaf-bundle-example/README.md
-* https://github.com/apache/karaf/examples/karaf-blueprint-example/README.md
-* https://github.com/apache/karaf/examples/karaf-scr-example/README.md
+* [https://github.com/apache/karaf/tree/master/examples/karaf-bundle-example]
+*
[https://github.com/apache/karaf/tree/master/examples/karaf-blueprint-example]
+* [https://github.com/apache/karaf/tree/master/examples/karaf-scr-example]
==== Add extended information to bundles