From 60c0e75e748dd18917736cdfd36de5a8ed23dce0 Mon Sep 17 00:00:00 2001 From: Simon Kern Date: Fri, 8 May 2015 01:46:26 +0200 Subject: [PATCH] fixed href for structs --- src/doc/trpl/lifetimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/lifetimes.md b/src/doc/trpl/lifetimes.md index 981286c82d7..86164a08a43 100644 --- a/src/doc/trpl/lifetimes.md +++ b/src/doc/trpl/lifetimes.md @@ -116,7 +116,7 @@ fn main() { } ``` -[struct]: structs.html +[structs]: structs.html As you can see, `struct`s can also have lifetimes. In a similar way to functions, -- GitLab