Skip to content

Commit

Permalink
Fix Markdown rendering on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
fbricon authored Mar 6, 2019
1 parent 290f4e8 commit 17e43e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You will have to reference the Maven repository hosting the dependency you need.
</releases>
</repository>
```
or P2 repository: https://dl.bintray.com/lsp4xml/p2/`<VERSION>`
or P2 repository: [https://dl.bintray.com/lsp4xml/p2/`<VERSION>`](https://dl.bintray.com/lsp4xml/p2/)


And if you want to consume the SNAPSHOT builds instead:
Expand All @@ -118,7 +118,7 @@ And if you want to consume the SNAPSHOT builds instead:
</repository>
```
or P2 repository:
https://lsp4xml.jfrog.io/lsp4xml/generic-local/p2/lsp4xml/`<VERSION>`
[https://lsp4xml.jfrog.io/lsp4xml/generic-local/p2/lsp4xml/`<VERSION>`](https://lsp4xml.jfrog.io/lsp4xml/generic-local/p2/lsp4xml/)

Clients
-------
Expand All @@ -132,4 +132,4 @@ Here client which consumes this XML Language Server:
---

![Gracefully powered by Artifactory](images/Powered-by-artifactory_01.png)


0 comments on commit 17e43e4

Please sign in to comment.