diff --git a/docs/_config.yml b/docs/_config.yml index 06f35d3..3875646 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,3 +3,4 @@ description: Java library for access to input devices. show_downloads: true google_analytics: theme: jekyll-theme-architect +jinput_version: 2.0.9 diff --git a/docs/index.md b/docs/index.md index bc4d958..0ea9f13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ Include dependency in your project: net.java.jinput jinput - 2.0.9 + {{site.jinput_version}} pom ``` @@ -44,7 +44,7 @@ Include dependency in your project: 2. Build from sources - Experts only ----- -See the readme.md at +See the [readme.md](https://github.com/jinput/jinput) ## Usage ```java