vX.Y.Z doc pages with links into GitHub should link to vX.Y.Z not master
Open
cleanup/refactoring
- Dominant language
- HTML
- Stars
- 194
- Forks
- 354
- Avg merge
- 9d 12h
- Merged PRs (30d)
- 3
Description
For example, consider the following link from [etcd v3 API](http://localhost:1313/docs/v3.3.12/rfc/) under v3.3.12:
- Avoid using links to `master` because these can break over time:
https://github.com/coreos/etcd/tree/master/contrib/recipes, **which no longer exists**
- Instead link to https://github.com/etcd-io/etcd/tree/v3.3.12/contrib/recipes, which is valid
Related: #252
/tag cleanup
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.