ipfs/distributions

version listing does not have `latest` symlink

Open

#34 opened on Jan 20, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Less (31 forks)auto 404
dif/easyhelp wantedkind/enhancement

Repository metrics

Stars
 (49 stars)
PR merge metrics
 (PR metrics pending)

Description

the version listing inside a distribution should have a latest symlink, which is used to enable links like https://dist.ipfs.io/go-ipfs/latest/dist.json

to be clear:

.
├── go-ipfs
│   ├── latest -> v0.3.11
│   ├── v0.3.11

Contributor guide