-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update some links #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this LGTM with a couple small changes.
wincolor/README.md
Outdated
crate since `wincolor` is quite small and didn't otherwise have a good reason | ||
for living life as a distinct crate. | ||
|
||
The | ||
[`console`](https://docs.rs/winapi-util/0.1.3/x86_64-pc-windows-msvc/winapi_util/console/index.html) | ||
[`console`](https://docs.rs/winapi-util/*/x86_64-pc-windows-msvc/winapi_util/console/index.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should use 0.1.*
.
README.md
Outdated
@@ -85,7 +85,7 @@ fn write_green() -> io::Result<()> { | |||
### Automatic color selection | |||
|
|||
When building a writer with termcolor, the caller must provide a | |||
[`ColorChoice`](https://docs.rs/termcolor/1.0.5/termcolor/enum.ColorChoice.html) | |||
[`ColorChoice`](https://docs.rs/termcolor/*/termcolor/enum.ColorChoice.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 1.*
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Changes: