Skip to content

Commit 4b39ce6

Browse files
committed
Updated docs
1 parent ddbb341 commit 4b39ce6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
<!-- ================= MAVEN SITE ================= -->
274274
<!-- ============================================== -->
275275
<site.skin.version>2.2.0</site.skin.version>
276-
<bintrayURL>https://bintray.com/bernardo-mg/tabletop-toolkits/dice/view</bintrayURL>
277276
<mavenURL>http://mvnrepository.com/artifact/com.bernardomg.tabletop/dice</mavenURL>
277+
<githubArtifactURL><![CDATA[https://github.com/Bernardo-MG?tab=packages&amp;repo_name=dice-notation-java]]></githubArtifactURL>
278278
</properties>
279279

280280
<!-- ********************************************** -->

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ With the pass of years it has evolved, and while it never underwent a formal sta
99
Its usefulness is very clear, it allows working with specific random values distributions. And while this is no feat for a machine, which has better tools for it, the aim of the project is not actually handling those distributions, but giving a way for applications to work with the same tools a board game would have.
1010

1111
[![Maven Central](https://img.shields.io/maven-central/v/com.bernardomg.tabletop/dice.svg)][maven-repo]
12-
[![Bintray](https://api.bintray.com/packages/bernardo-mg/tabletop-toolkits/dice/images/download.svg)][bintray-repo]
1312

1413
[![Release docs](https://img.shields.io/badge/docs-release-blue.svg)][site-release]
1514
[![Development docs](https://img.shields.io/badge/docs-develop-blue.svg)][site-develop]
@@ -68,9 +67,9 @@ JDK 8 or higher is required. All other dependencies are handled through Maven, a
6867

6968
### Installing
7069

71-
The recommended way to install the project is by setting up your preferred dependencies manager. To get the configuration information for this check the [Bintray repository][bintray-repo], or the [Maven Central Repository][maven-repo].
70+
The recommended way to install the project is by setting it up as a dependency. To get the configuration information for this check the [Maven Central Repository][maven-repo].
7271

73-
If for some reason manual installation is necessary, just use the following Maven command:
72+
It is always possible installing it by using the usual Maven command:
7473

7574
```
7675
mvn install
@@ -118,7 +117,6 @@ If you wish to fork or modify the code, visit the [GitHub project page][scm], wh
118117
The project has been released under version 2.0 of the [Apache License][license].
119118

120119
[antrl-grammars]: https://github.com/antlr/grammars-v4
121-
[bintray-repo]: https://bintray.com/bernardo-mg/tabletop-toolkits/dice/view
122120
[maven-repo]: http://mvnrepository.com/artifact/com.bernardomg.tabletop/dice
123121
[issues]: https://github.com/Bernardo-MG/dice-notation-java/issues
124122
[javadoc-develop]: https://docs.bernardomg.com/development/maven/dice-notation-java/apidocs

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
</item>
6363
</menu>
6464
<menu name="Releases" inherit="bottom">
65-
<item name="Bintray" href="${bintrayURL}" />
6665
<item name="Maven Central" href="${mavenURL}" />
66+
<item name="Github" href="${githubArtifactURL}" />
6767
</menu>
6868
<menu name="Icons" inherit="bottom">
6969
<item name="Github" img="fab fa-github" href="${project.scm.url}" />

0 commit comments

Comments
 (0)