Skip to content

Commit

Permalink
[GitbookIO#94] Drop 'latest' from URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
benoror authored Aug 22, 2016
1 parent 0b3d842 commit 2b30076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Nuts provides urls to access releases assets. These assets are cached on the disk.

* Latest version for detected platform: `http://download.myapp.com/download/latest` or `http://download.myapp.com/download`
* Latest version for specific platform: `http://download.myapp.com/download/latest/osx` or ``http://download.myapp.com/download/osx`
* Latest version for detected platform: `http://download.myapp.com/download`
* Latest version for specific platform: `http://download.myapp.com/download/osx`
* Specific version for detected platform: `http://download.myapp.com/download/1.1.0`
* Specific version for specific platform: `http://download.myapp.com/download/1.2.0/osx`
* Specific channel: `http://download.myapp.com/download/channel/beta`
Expand Down

0 comments on commit 2b30076

Please sign in to comment.