We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80c759 commit 7add705Copy full SHA for 7add705
README.md
@@ -15,7 +15,7 @@ void foo (function_ref<int(int)> func) {
15
foo([](int i) { return i*2; });
16
```
17
18
-Full documentation available [here](https://function-ref.tartanllama.xyz/).
+Full documentation available [here](https://tl.tartanllama.xyz/).
19
20
----------
21
0 commit comments