Skip to content

Commit b2b125e

Browse files
committed
Merge branch 'master' of github.com:TartanLlama/function_ref
2 parents 5131b07 + 7add705 commit b2b125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void foo (function_ref<int(int)> func) {
1515
foo([](int i) { return i*2; });
1616
```
1717
18-
Full documentation available [here](https://function-ref.tartanllama.xyz/).
18+
Full documentation available [here](https://tl.tartanllama.xyz/).
1919
2020
----------
2121

0 commit comments

Comments
 (0)