Update README.md

This commit is contained in:
Simon Brand
2019-04-29 14:58:31 +01:00
committed by GitHub
parent f632a98e84
commit 7de669d9c7

View File

@ -41,7 +41,7 @@ tl::optional<image> 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.