rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

docs: update docs.rs links to prefer /latest. #306

Closed cpu closed 1 year ago

cpu commented 1 year ago

Previously the Rustls docs linked to docs.rs with URLs containing specific versions of the target crate (e.g. docs.rs/rustls/0.20.0/...). In this commit all such links are replaced with to use /latest instead of a fixed version.

This provides a simple way to keep things up to date and the risk of future breakage is fairly small since this crate is kept in close synchronicity with the crates it links to.

Resolves #304.

jsha commented 1 year ago

Thanks for this! With the recent errors merge, this now has a conflict in src/error.rs.

cpu commented 1 year ago

this now has a conflict in src/error.rs.

All fixed :broom: