fix typos
diff --git a/content/doc/odata2/release.md b/content/doc/odata2/release.md
index e6ceb30..2814e80 100644
--- a/content/doc/odata2/release.md
+++ b/content/doc/odata2/release.md
@@ -21,7 +21,7 @@
 
   * All POMs/JARs/WARs built as part of the standard Maven build process. For
 an overview on the released modules see artifacts with groupId
-_org.apache.olingo_ in the [Apache Maven Repository](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo```~).
+_org.apache.olingo_ in the [Apache Maven Repository](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~).
 In detail, per every module, where applicable, the following artifacts are produced:
    * **Main artifact**: `<artifactId>-<version>.<ext>`
    * **Source artifact**: `<artifactId>-<version>-sources.<ext>`
@@ -189,7 +189,7 @@
 If the release candidate gets approved, we can proceed to release publishing:
 
   - Release candidate maven artifacts are promoted in the Apache Maven Repository and
-made available [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo```~).
+made available [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~).
   - Publish final release Version to [Apache Repository](https://repository.apache.org/)
     - First publish via `mvn deploy -Papache-release` into the *Staging Area*
     - From *Staging Area* close and release the staged Artifacts to finish publishing
diff --git a/content/doc/odata4/release.md b/content/doc/odata4/release.md
index 0ec191c..f34f2ec 100644
--- a/content/doc/odata4/release.md
+++ b/content/doc/odata4/release.md
@@ -179,7 +179,7 @@
 If the release candidate gets approved, we can proceed to release publishing:
 
   - Release candidate maven artifacts are promoted in the Apache Maven Repository and
-made available [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo```~).
+made available [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~).
   - Publish final release Version to [Apache Repository](https://repository.apache.org/)
     - First publish via `mvn deploy -Papache-release` into the *Staging Area*
     - From *Staging Area* close and release the staged Artifacts to finish publishing
diff --git a/content/doc/odata4/tutorials/od4_quick_start_sample.md b/content/doc/odata4/tutorials/od4_quick_start_sample.md
index 1c0b1d8..0aed743 100644
--- a/content/doc/odata4/tutorials/od4_quick_start_sample.md
+++ b/content/doc/odata4/tutorials/od4_quick_start_sample.md
@@ -20,7 +20,7 @@
 
 ### Get the war file via the maven repository
 
-To get the war file via the maven repository you can simple look [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~odata-server-sample```) and download the war file. 
+To get the war file via the maven repository you can simple look [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~odata-server-sample~~~) and download the war file. 
 
 ### Build the war file on your own