From 7de669d9c7e2d934c16fa1b329ac8b0b5c104dc5 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Mon, 29 Apr 2019 14:58:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d3000..87418ef 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ tl::optional get_cute_cat (const image& img) { } ``` -Full documentation available at [optional.tartanllama.xyz](https://optional.tartanllama.xyz) +Full documentation available at [tl.tartanllama.xyz](https://tl.tartanllama.xyz) The interface is the same as `std::optional`, but the following member functions are also defined. Explicit types are for clarity.