Skip to content

Commit 2f11e55

Browse files
committed
Fix formatting of links and OFT specitems
1 parent 0a56a39 commit 2f11e55

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Each package folder contains a `README.adoc` file that describes the purpose of
1212

1313
=== Adding the Library
1414

15-
The library is available from [Maven Central](https://search.maven.org/artifact/org.eclipse.uprotocol/up-java) and can be added as a dependency to your Maven or Gradle project.
15+
The library is available from https://search.maven.org/artifact/org.eclipse.uprotocol/up-java[Maven Central] and can be added as a dependency to your Maven or Gradle project.
1616

1717
[.specitem,oft-sid="impl~up-java-deps-resolution~1",oft-covers="req~up-language-build-deps~1",tags="LanguageLibrary"]
18-
----
18+
--
1919
The following dependency needs to be added to your Maven POM file, setting `${uprotocol.version}` to the desired version of the library:
20-
----
20+
--
2121

2222
[source,xml]
2323
----
@@ -61,9 +61,9 @@ The following dependency needs to be added to your Maven POM file, setting `${up
6161
=== Building from Source
6262

6363
[.specitem,oft-sid="impl~up-java-build-system~1",oft-covers="req~up-language-build-sys~1",tags="LanguageLibrary"]
64-
----
65-
The library is built using the [Apache Maven](https://apache.org/maven) build system and is published to [Maven Central](https://search.maven.org/artifact/org.eclipse.uprotocol/up-java).
66-
----
64+
--
65+
The library is built using the https://apache.org/maven[Apache Maven] build system and is published to https://search.maven.org/artifact/org.eclipse.uprotocol/up-java[Maven Central].
66+
--
6767

6868
. Clone the repository:
6969
+

0 commit comments

Comments
 (0)