Skip to content

Commit

Permalink
Docu: Adding project page references aside of Maven download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert authored and mistmist committed Dec 21, 2022
1 parent 9a1abef commit ceacb55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 id="releases-(latest)">Releases (latest)</h2>
<h2 id="project-releases-for-maven-(latest)">Project Releases for Maven (latest)</h2>
<h3 id="project-releases-for-maven-on-odf-1.2">Project Releases for Maven on ODF 1.2</h3>
<ul>
<li><strong>ODFDOM: <a href="https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/0.11.0/">0.11.0</a></strong></li>
<li><strong><a href="./odfdom/index.html">ODFDOM</a>: <a href="https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/0.11.0/">0.11.0</a></strong></li>
</ul>
<div class="codehilite">
<pre><code class="language-shell">&lt;dependency&gt;
Expand All @@ -66,7 +66,7 @@ <h3 id="project-releases-for-maven-on-odf-1.2">Project Releases for Maven on ODF
</code></pre>
</div>
<ul>
<li><strong>ODF Validator: <a href="https://repo1.maven.org/maven2/org/odftoolkit/odfvalidator/0.11.0/">0.11.0</a></strong></li>
<li><strong><a href="./conformance/ODFValidator.html">ODF Validator</a>: <a href="https://repo1.maven.org/maven2/org/odftoolkit/odfvalidator/0.11.0/">0.11.0</a></strong></li>
</ul>
<div class="codehilite">
<pre><code class="language-shell">&lt;dependency&gt;
Expand All @@ -77,7 +77,7 @@ <h3 id="project-releases-for-maven-on-odf-1.2">Project Releases for Maven on ODF
</code></pre>
</div>
<ul>
<li><strong>XSLT Runner: <a href="https://repo1.maven.org/maven2/org/odftoolkit/xslt-runner/0.11.0/">0.11.0</a></strong></li>
<li><strong><a href="./xsltrunner/ODFXSLTRunner.html">XSLT Runner</a>: <a href="https://repo1.maven.org/maven2/org/odftoolkit/xslt-runner/0.11.0/">0.11.0</a></strong></li>
</ul>
<div class="codehilite">
<pre><code class="language-shell">&lt;dependency&gt;
Expand Down
6 changes: 3 additions & 3 deletions src/site/site/content/odftoolkit_website/downloads.mdtext
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more details see the [release notes](./ReleaseNotes.html). People interested

### Project Releases for Maven on ODF 1.2

* **ODFDOM: [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/0.11.0/)**
* **[ODFDOM](./odfdom/index.html): [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/0.11.0/)**

```shell
<dependency>
Expand All @@ -24,7 +24,7 @@ For more details see the [release notes](./ReleaseNotes.html). People interested
</dependency>
```

* **ODF Validator: [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/odfvalidator/0.11.0/)**
* **[ODF Validator](./conformance/ODFValidator.html): [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/odfvalidator/0.11.0/)**

```shell
<dependency>
Expand All @@ -34,7 +34,7 @@ For more details see the [release notes](./ReleaseNotes.html). People interested
</dependency>
```

* **XSLT Runner: [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/xslt-runner/0.11.0/)**
* **[XSLT Runner](./xsltrunner/ODFXSLTRunner.html): [0.11.0](https://repo1.maven.org/maven2/org/odftoolkit/xslt-runner/0.11.0/)**

```shell
<dependency>
Expand Down

0 comments on commit ceacb55

Please sign in to comment.