Add some missing links.

This commit is contained in:
parir 2015-05-14 15:39:38 +02:00
parent 031ff41a41
commit a499517328

View file

@ -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
Lets continue:
```rust