Skip to content

Commit 6c16ba2

Browse files
replace defunct link
1 parent 06ef806 commit 6c16ba2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ For listing the full set of available options, run
5454
```
5555
without further command line arguments.
5656

57-
## Building RR
57+
# Building RR
5858
For building RR, JDK 11 (or higher) must be available. In the
5959
project folder, run this command to build the distribution .zip file:
6060

6161
```bash
6262
gradlew
6363
```
6464

65-
## RR on Maven Central
65+
# RR on Maven Central
6666

6767
RR is available on Maven Central with groupId `de.bottlecaps.rr` and artifactIds
6868

6969
- [`rr-webapp`][rr-webapp] for `rr.war`,
7070
- [`rr-lib`][rr-lib] for `rr.jar`, which can be added to other projects as a dependency.
7171

72-
## Thanks
72+
# Thanks
7373

7474
This project makes use of
7575
* [Saxon-HE][SAXON],
@@ -83,12 +83,10 @@ This project makes use of
8383

8484
Copyright (c) 2010-2025 Gunther Rademacher. RR is provided under the [Apache 2 License][ASL].
8585

86-
## Links
86+
# Links
8787

8888
The official website for RR is <https://www.bottlecaps.de/rr/ui>.
8989

90-
Thanks to [Vinay Sajip][VINAY], RR also runs on <https://rr.red-dove.com/ui>.
91-
9290
[ASL]: http://www.apache.org/licenses/LICENSE-2.0
9391
[PYTHON]: https://docs.python.org/3/reference/grammar.html
9492
[W3C-EBNF]: http://www.w3.org/TR/2010/REC-xquery-20101214/#EBNFNotation
@@ -100,6 +98,5 @@ Thanks to [Vinay Sajip][VINAY], RR also runs on <https://rr.red-dove.com/ui>.
10098
[ACE]: https://ace.c9.io/
10199
[GRADLE]: https://gradle.org/
102100
[GRADLE-LICENSE-REPORT]: https://github.com/jk1/Gradle-License-Report
103-
[VINAY]: https://github.com/vsajip
104101
[rr-webapp]: https://central.sonatype.com/artifact/de.bottlecaps.rr/rr-webapp
105102
[rr-lib]: https://central.sonatype.com/artifact/de.bottlecaps.rr/rr-lib

0 commit comments

Comments
 (0)