8000 Fix broken links and invalid code blocks by GuillaumeGomez · Pull Request #39 · rust-lang/std-dev-guide · GitHub
[go: up one dir, main page]

Skip to content
8000

Fix broken links and invalid code blocks #39

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

Merged
merged 2 commits into from
Jun 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix broken links
  • Loading branch information
yaahc authored and GuillaumeGomez committed Jun 2, 2022
commit 7bf55a807dc173421ffeb3f42ab6aaf99ed709a9
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
- [Documentation](./documentation/summary.md)
- [doc alias policy](./documentation/doc-alias-policy.md)
- [safety comments policy](./documentation/safety-comments.md)
- [how to write documentation](./how-to-write-documentation.md)
- [reviewing doc changes](./reviewing-doc-changes.md)
- [how to write documentation](./documentation/how-to-write-documentation.md)
- [reviewing doc changes](./documentation/reviewing-doc-changes.md)

---

Expand Down
0