You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/06/12 09:21:18 UTC

cxf-dosgi git commit: Fix readme links

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 691014f89 -> e19390dd4


Fix readme links


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/e19390dd
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/e19390dd
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/e19390dd

Branch: refs/heads/master
Commit: e19390dd451b1ac3d66450a0206682a63f9e2eed
Parents: 691014f
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jun 12 11:20:37 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jun 12 11:20:37 2017 +0200

----------------------------------------------------------------------
 Readme.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e19390dd/Readme.md
----------------------------------------------------------------------
diff --git a/Readme.md b/Readme.md
index 5e024f7..25774ac 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,9 +7,9 @@ CXF DOSGi allows to easily publish and consume SOAP and REST services without us
 ## Modules
 
 * [common - Common services like intents and HTTPService support](common).
-* [provider-ws - SOAP transport] (provider-ws) 
-* [provider-rs - REST transport] (provider-rs)
-* [decorator - Support for exporting existing services] (decorator)
+* [provider-ws - SOAP transport](provider-ws) 
+* [provider-rs - REST transport](provider-rs)
+* [decorator - Support for exporting existing services](decorator)
 
 * [Examples](samples).
 * [Distributions](distribution).