Skip to content

Commit

Permalink
Remove contributing from html rendered book (rust-unofficial#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Jan 7, 2021
1 parent ff8bc76 commit 6cbbcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Summary

- [Introduction](./intro.md)
- [Contributing](./CONTRIBUTING.md)
- [Idioms](./idioms/index.md)
- [Use borrowed types for arguments](./idioms/coercion-arguments.md)
- [Concatenating Strings with `format!`](./idioms/concat-format.md)
Expand Down
3 changes: 2 additions & 1 deletion intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Participation

If you are interested in contributing to the Patterns catalogue, check out the [contribution guidelines](./CONTRIBUTING.md).
If you are interested in contributing to the Patterns catalogue, check out the
[contribution guidelines](https://github.com/rust-unofficial/patterns/blob/master/CONTRIBUTING.md).

## Design patterns

Expand Down

0 comments on commit 6cbbcb8

Please sign in to comment.