Skip to content

Commit

Permalink
[web] Fix win binary download url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Aug 20, 2024
1 parent 6f1ca45 commit bb2dec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/content/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ icon = "far fa-arrow-right"
# url encode job name, https://www.w3schools.com/tags/ref_urlencode.ASP
[[head_downloads]]
name = "Latest Windows CLI"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build/release?job=build+win"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build?job=build+win"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"

[[head_downloads]]
name = "Latest Windows Data Explorer"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build/release-gui?job=build+gui+win"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build?job=build+gui+win"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"

Expand Down

0 comments on commit bb2dec7

Please sign in to comment.