Conversation
feat: download link for Windows points to latest The download link previously pointed to the GitHub repo, which is not a great UX. Added `/releases/latest` to end of URL to make it easier for people not familiar with GitHub UI.
|
On the other hand, it currently points to the very extensive installation and usage instructions, which you otherwise wouldn't necessarily be aware or by just following a link to the releases. |
|
Absolutely fair. It is currently not consistent with the MacOS link (which does go to |
|
Indeed... lacking a proper website, perhaps the best links for each are https://github.com/Bill-Stewart/SyncthingWindowsSetup/blob/main/README.md resp. https://github.com/syncthing/syncthing-macos/blob/develop/README.md as then you'll come directly to background info, instructions, and the recommended download links fairly high up on each |
feat: download link for Windows points to latest
The download link previously pointed to the GitHub repo, which is not a great UX. Added
/releases/latestto end of URL to make it easier for people not familiar with GitHub UI.