Skip to content

Commit fbb8ba7

Browse files
authored
Fix link (#12785)
1 parent 64ecbf9 commit fbb8ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-howtos/javafx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ DialogService dialogService = Injector.instantiateModelOrService(DialogService.c
212212
## Properties and Bindings
213213

214214
JabRef makes heavy use of Properties and Bindings. These are wrappers around Observables. A good explanation on the concept can be found here:
215-
[JavaFX Bindings and Properties](https://edencoding.com/javafx-properties-and-binding-a-complete-guide/)
215+
[JavaFX Bindings and Properties](https://web.archive.org/web/20240921154452/https://edencoding.com/javafx-properties-and-binding-a-complete-guide/)
216216

217217
## Features missing in JavaFX
218218

0 commit comments

Comments
 (0)