Skip to content

Commit

Permalink
Adapt the link to the releases on the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jul 31, 2020
1 parent f8bb0de commit 69837a6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ renderSideBarDivingInOn: html
with: 'JQuery UI'.
html text: ' integration.' ].
html listItem: [
html text: 'Seaside ', GRPlatform current seasideVersion greaseString.
html text: 'Upgrading from a previous version? Read through the '.
html anchor
url: 'https://github.com/SeasideSt/Seaside/releases/tag/v',GRPlatform current seasideVersion greaseString;
with: ' changes' ].
url: 'https://github.com/SeasideSt/Seaside/releases/';
with: 'Seaside Releases Log' ].
GRPlatform current seasideVersion revision isZero ifFalse:[
| majorReleaseVersion |
majorReleaseVersion := GRPlatform current seasideVersion copy revision: 0; yourself.
Expand Down

0 comments on commit 69837a6

Please sign in to comment.