Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The site is built using http://jbake.org/[JBake].

To https://jbake.org/docs/2.6.5/#installation[install] JBake 2.6.5:

. `curl -L -O https://dl.bintray.com/jbake/binary/jbake-2.6.5-bin.zip` (or download this file with your browser)
. `curl -L -O https://github.com/jbake-org/jbake/releases/download/v2.6.5/jbake-2.6.5-bin.zip` (or download this file with your browser)
. `unzip -o jbake-2.6.5-bin.zip`
. Add jbake-2.6.5-bin/bin to your system PATH

Expand Down
2 changes: 1 addition & 1 deletion content/community/contributing_site.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When working on bigger changes it's useful to build the site locally. The site i

To https://jbake.org/docs/2.6.5/#installation[install] JBake 2.6.5:

. `curl -L -O https://dl.bintray.com/jbake/binary/jbake-2.6.5-bin.zip` (or download this file with your browser)
. `curl -L -O https://github.com/jbake-org/jbake/releases/download/v2.6.5/jbake-2.6.5-bin.zip` (or download this file with your browser)
. `unzip -o jbake-2.6.5-bin.zip`
. Add jbake-2.6.5-bin/bin to your system PATH

Expand Down