rust-cli / team

CLI working group
https://rust-cli.github.io/book
MIT License
298 stars 34 forks source link

Book: Update links to newer versions of Rust docs #156

Closed killercup closed 5 years ago

killercup commented 5 years ago

Some chapters in the book contain links to The Rust Programming Language book and the standard library docs. To make sure they point to consistent content, we use the fact that these resources are distributed with Rust and link to a specific version, like here:

https://github.com/rust-lang-nursery/cli-wg/blob/82b0b8c5d2e790898d7b33a1fa21136be803fd87/src/tutorial/cli-args.md#L74

Since adding these links, several Rust releases have come and gone. It would be nice to update the links to newer versions (after making sure the content still matches what we want to link to 😄).

oylenshpeegul commented 5 years ago

I would be happy to work on this, but does this strategy mean we'll be doing this every six weeks?

Dylan-DPC-zz commented 5 years ago

You don't need to for every release.we could do it once every 6 months or maybe look into using /nightly instead

killercup commented 5 years ago

Good question. I think six weeks is overkill, but it'd be nice to do it every once in a while or when we see there are significant updates to the pages we link to.

On Sat, 23 Nov 2019, 23:45 Tim Heaney, notifications@github.com wrote:

I would be happy to work on this, but does this strategy mean we'll be doing this every six weeks?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rust-lang-nursery/cli-wg/issues/156?email_source=notifications&email_token=AAAE4X4UJAAJ24HN2AEV2ZTQVGXCDA5CNFSM4JQ2GWX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE77LHY#issuecomment-557839775, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAE4X5BUCKJ4FRDWYR2KXDQVGXCDANCNFSM4JQ2GWXQ .

oylenshpeegul commented 5 years ago

Oops, I didn't link to the issue correctly!