Skip to content

Commit

Permalink
Point latest release link to Download Sage doc
Browse files Browse the repository at this point in the history
Also update macOS download link for dmg
  • Loading branch information
JohnStarich committed Feb 23, 2020
1 parent a86d72e commit 1c3dc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docs/download-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Download the Sage app for [Windows][], [Mac][], or [Linux][].
For more information, see the [latest release][].

[Windows]: https://github.com/JohnStarich/sage/releases/latest/download/Sage-for-Windows.exe
[Mac]: https://github.com/JohnStarich/sage/releases/latest/download/Sage-for-Mac.zip
[Mac]: https://github.com/JohnStarich/sage/releases/latest/download/Sage-for-Mac.dmg
[Linux]: https://github.com/JohnStarich/sage/releases/latest/download/Sage-for-Linux.deb
[latest release]: https://github.com/JohnStarich/sage/releases/latest

Expand Down
2 changes: 1 addition & 1 deletion web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function AppContent({ match }) {
// 2) and correctly open a new window in Electron
e.preventDefault()
let elem = document.createElement('a')
elem.setAttribute('href', 'https://github.com/JohnStarich/sage/releases/latest')
elem.setAttribute('href', 'https://github.com/JohnStarich/sage/blob/master/.github/docs/download-app.md')
elem.setAttribute('target', '_blank')
elem.click()
}}>
Expand Down

0 comments on commit 1c3dc16

Please sign in to comment.