Skip to content

Commit 8638e15

Browse files
committed
2 parents a4b69f5 + 4db8fa4 commit 8638e15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ JavaUltimateTools is a large repository of scripts for use in any Java program.
1111

1212
If you would like a more details check out the [CLASSDESCRIPTION.md](https://github.com/JGCompTech/JavaUltimateTools/blob/master/CLASSDESCRIPTION.md) file. I will be updating this with more documentation soon.
1313

14-
If you would like to view the JavaDoc info it is hosted at [https://jgcomptech.github.io/JavaUltimateTools/](https://jgcomptech.github.io/JavaUltimateTools/). This is what is stored in the doc folder in the project.
14+
If you would like to view the JavaDoc info it is hosted at [github.io](https://jgcomptech.github.io/JavaUltimateTools/) and at [javadoc.io](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools). This is what is stored in the doc folder in the project.
1515

1616
# Development
1717
Want to contribute? Great!
1818
Any help with development is greatly appreciated. If you want to add something or fix any typos please submit a pull request and if it is helpful it may be merged. Please check out our [Code of Conduct for Contributors](https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md).
1919

2020
# Download
21-
This project is currently at version 1.3.0 - **[Download v1.3.0](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.3)**
21+
**[Download v1.3.0](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.3)**
2222

2323
The changelog can be found [here](https://github.com/JGCompTech/JavaUltimateTools/blob/master/Changelog.txt)
2424

2525
# Using with Maven
2626
If you are familiar with [Maven](http://maven.apache.org), add the following XML
27-
fragments into your pom.xml file. With those settings, your Maven will automatically download our library into your local Maven repository, since our libraries are synchronized with the [Maven's central repository](http://repo1.maven.org/maven2/com/jgcomptech/tools/java-ultimate-tools/).
27+
fragments into your pom.xml file. With those settings, your Maven will automatically download our library into your local Maven repository, since our libraries are synchronized with the [Maven central repository](http://repo1.maven.org/maven2/com/jgcomptech/tools/java-ultimate-tools/).
2828

2929
<dependencies>
3030
<dependency>

0 commit comments

Comments
 (0)