From fabf91416443f7972583cacc40b742788e5d9844 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 20:55:30 +0100 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cb2c3..36cac44 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ std::optional get_cute_cat (const image& img) { } ``` -Full documentation available at [optional.tartanllama.xyz](optional.tartanllama.xyz) +Full documentation available at [optional.tartanllama.xyz](https://optional.tartanllama.xyz) The interface is the same as `std::optional`, but the following member functions are also defined. Explicit types are for clarity.