You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-13
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The _stream of change events_ is a [ReactFX](https://github.com/TomasMikula/Reac
86
86
87
87
The _apply_, _unapply_ and _merge_ functions are all instances of [functional interfaces](http://download.java.net/jdk8/docs/api/java/util/function/package-summary.html) from JDK8, and thus can be instantiated using lambda expressions.
88
88
89
-
Once you have all these, you can use one of the factory methods from [UndoManagerFactory](https://googledrive.com/host/0B4a5AnNnZhkbVDRiZmxiMW1OYk0/javadoc/org/fxmisc/undo/UndoManagerFactory.html) to get an instance.
89
+
Once you have all these, you can use one of the factory methods from [UndoManagerFactory](http://www.fxmisc.org/undo/javadoc/org/fxmisc/undo/UndoManagerFactory.html) to get an instance.
90
90
91
91
```java
92
92
EventStream<MyChange> changes =...;
@@ -111,9 +111,9 @@ There is also a "Save" button that fakes a save operation. It is enabled only wh
111
111
112
112
### Run from the pre-built JAR
113
113
114
-
[Download](https://googledrive.com/host/0B4a5AnNnZhkbVDRiZmxiMW1OYk0/downloads/) the pre-built "fat" JAR file and run
114
+
[Download](https://github.com/TomasMikula/UndoFX/releases/download/v1.0.0/undofx-demos-fat-1.0.0.jar) the pre-built "fat" JAR file and run
Download [the JAR file](https://github.com/TomasMikula/UndoFX/releases/download/v1.0.0/undofx-1.0.0.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/UndoFX/releases/download/v1.0.0/undofx-fat-1.0.0.jar) and place it on your classpath.
169
+
170
+
171
+
### Snapshot releases
172
+
173
+
Snapshot releases are deployed to Sonatype snapshot repository.
Download the latest [JAR](https://oss.sonatype.org/content/repositories/snapshots/org/fxmisc/undo/undofx/1.0.0-SNAPSHOT/) or [fat JAR (including dependencies)](https://googledrive.com/host/0B4a5AnNnZhkbVDRiZmxiMW1OYk0/downloads/) and place it on your classpath.
0 commit comments