Skip to content

Commit

Permalink
Add some missing links.
Browse files Browse the repository at this point in the history
  • Loading branch information
parir committed May 14, 2015
1 parent 031ff41 commit a499517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/trpl/dining-philosophers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ a name is all we need. We choose the [`String`][string] type for the name,
rather than `&str`. Generally speaking, working with a type which owns its
data is easier than working with one that uses references.

[struct]: structs.html
[string]: strings.html

Let’s continue:

```rust
Expand Down

0 comments on commit a499517

Please sign in to comment.