Skip to content

Commit

Permalink
Fix Javadoc link in README (controlsfx#1306)
Browse files Browse the repository at this point in the history
Correcting links to JavaDoc as per controlsfx#1301
  • Loading branch information
oaustegard authored Sep 18, 2020
1 parent ac4227f commit 4879fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ ControlsFX
[![Travis CI](https://img.shields.io/travis/controlsfx/controlsfx/9.0.0?label=JDK9%2B%20build)](https://travis-ci.org/controlsfx/controlsfx)
[![Maven Central](http://img.shields.io/maven-central/v/org.controlsfx/controlsfx)](https://search.maven.org/search?q=g:org.controlsfx%20AND%20a:controlsfx)

ControlsFX is an open source project for JavaFX that aims to provide really high quality UI controls and other tools to complement the core JavaFX distribution. It has been developed for JavaFX 8.0 and beyond, and has a guiding principle of only accepting new controls / features when all existing code is at an acceptably high level, including thankless jobs like having [high quality javadoc documentation](http://docs.controlsfx.org). This ensure a high quality release is available at all times, with all experimental work being done in branches of the main code base.
ControlsFX is an open source project for JavaFX that aims to provide really high quality UI controls and other tools to complement the core JavaFX distribution. It has been developed for JavaFX 8.0 and beyond, and has a guiding principle of only accepting new controls / features when all existing code is at an acceptably high level, including thankless jobs like having [high quality javadoc documentation](https://controlsfx.github.io/javadoc/). This ensure a high quality release is available at all times, with all experimental work being done in branches of the main code base.

## Features

ControlsFX includes so many features that we're now listing them on a separate page! Go to the <a href="https://github.com/controlsfx/controlsfx/wiki/ControlsFX-Features">ControlsFX features</a> page to see some of what is included in ControlsFX.

## Quick links

- [JavaDoc](http://docs.controlsfx.org)
- [JavaDoc](https://controlsfx.github.io/javadoc/)
- [Mailing List](https://groups.google.com/group/controlsfx-dev)
- [Bug / Feature Tracking](https://github.com/controlsfx/controlsfx/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

Expand All @@ -34,7 +34,7 @@ If you have a feature **you can contribute**, a bug you want to fix, or have a b

`./gradlew build check`

If you **want to use** ControlsFX, then you're probably wondering how to use the API that we've slaved over for hours! In your case, the best and definitive location for help is definitely [our javadocs](http://docs.controlsfx.org). Fear not, these are not a barren wasteland of undescribed functionality - we've poured our hearts into making these javadocs full to the brim of examples, commentary and explanation. If anything is unclear to you, [file a bug in our issue tracker](https://github.com/controlsfx/controlsfx/issues) and we'll do our best to update the documentation straight away!
If you **want to use** ControlsFX, then you're probably wondering how to use the API that we've slaved over for hours! In your case, the best and definitive location for help is definitely [our javadocs](https://controlsfx.github.io/javadoc/). Fear not, these are not a barren wasteland of undescribed functionality - we've poured our hearts into making these javadocs full to the brim of examples, commentary and explanation. If anything is unclear to you, [file a bug in our issue tracker](https://github.com/controlsfx/controlsfx/issues) and we'll do our best to update the documentation straight away!

If you **have questions**, you should join the the [mailing list](https://groups.google.com/group/controlsfx-dev).

Expand Down

0 comments on commit 4879fbb

Please sign in to comment.