-
Notifications
You must be signed in to change notification settings - Fork 17
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
doc: edit README.md for reproducible choice interactive change #265
Changes from all commits
66fe3ef
cb06e7a
4b9372b
eba71b8
d1c44ee
3b7295c
4753446
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ const NEW_PROJECT_FILES: &[NewProjectFile] = &[ | |
}, | ||
NewProjectFile { | ||
file_path: "Cargo.toml", | ||
content: include_str!("new-project-template/Cargo.toml.template"), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rename helps with syntax highlighting on github: |
||
content: include_str!("new-project-template/Cargo.template.toml"), | ||
}, | ||
NewProjectFile { | ||
file_path: "README.md", | ||
|
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.
due to rename, all of the links in README are currently broken, but point to target location in
main