From 54abe4ce915d00ffc07d9077aebeedd052be29fa Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 14 Apr 2015 15:01:05 -0400 Subject: [PATCH] link to ownership for now --- src/doc/trpl/lifetimes.md | 2 +- src/doc/trpl/references-and-borrowing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/lifetimes.md b/src/doc/trpl/lifetimes.md index c6eee97dc6a6..cfcd8c4ee155 100644 --- a/src/doc/trpl/lifetimes.md +++ b/src/doc/trpl/lifetimes.md @@ -1,3 +1,3 @@ % Lifetimes -Coming soon! +Coming Soon! Until then, check out the [ownership](ownership.html) chapter. diff --git a/src/doc/trpl/references-and-borrowing.md b/src/doc/trpl/references-and-borrowing.md index 6acb326958d3..0e13ea612645 100644 --- a/src/doc/trpl/references-and-borrowing.md +++ b/src/doc/trpl/references-and-borrowing.md @@ -1,3 +1,3 @@ % References and Borrowing -Coming Soon! +Coming Soon! Until then, check out the [ownership](ownership.html) chapter.