Skip to content

Commit ccda7e5

Browse files
Merge pull request #437 from JordanMartinez/fixJavadocLink
Resolve javadoc links to Flowless (0.5.0)
2 parents 25feab9 + 9c389ec commit ccda7e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

richtextfx/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ javadoc {
3333
'http://docs.oracle.com/javase/8/javafx/api/',
3434

3535
// resolve links to ReactFX
36-
'http://www.reactfx.org/javadoc/2.0-M5/'
36+
'http://www.reactfx.org/javadoc/2.0-M5/',
37+
38+
// resolve links to Flowless
39+
'https://fxmisc.github.io/flowless/javadoc/0.5/'
3740
]
3841
}
3942

0 commit comments

Comments
 (0)