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: src/jbake/content/docs.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ There are numerous examples of using FunctionalJava:
17
17
18
18
== Release Notes
19
19
20
-
https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes.md[Release notes] are available on the Github site.
20
+
Release notes are available from the link:download.html[download page]. Alternately you can use the https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/[index of release notes].
Copy file name to clipboardExpand all lines: src/jbake/content/download.adoc
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,24 @@
3
3
:jbake-tags:
4
4
:jbake-status: published
5
5
6
-
== Build System
7
-
8
-
The recommended way to download the project is by including the Functional Java library in your project. See the link:quickstart.html[quickstart guide] for how to do this.
9
-
10
6
== Github Source
11
7
12
8
The source can be obtained by cloning the https://github.com/functionaljava/functionaljava[Github project] `git clone https://github.com/functionaljava/functionaljava.git`.
13
9
14
10
Github also provides zips of the source code, so you can download the https://github.com/functionaljava/functionaljava/archive/master.zip[zip of the master branch].
15
11
12
+
== Build System
13
+
14
+
The recommended way to download the project is by including the Functional Java library from your project build tool. See the link:quickstart.html[quickstart guide] for how to do this.
15
+
16
+
== Release Notes
17
+
18
+
The current stable release of Functional Java is {fj_version_stable}. Release notes for each release are available below:
19
+
20
+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/[Index of release notes]
0 commit comments