Skip to content

Commit 82f2b09

Browse files
committed
Fix README for godbolt link
Close #441
1 parent a47f93b commit 82f2b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and the traditional Future/Promise.
1818

1919
# Quick Experience
2020

21-
We can try async_simple online in [compiler-explorer](compiler-explorer.com): https://compiler-explorer.com/z/Tdaesqsqj . Note that `Uthread` cannot be use in compiler-explorer since it requires installation.
21+
We can try async_simple online in [compiler-explorer](https://compiler-explorer.com/z/Tdaesqsqj). Note that `Uthread` cannot be use in compiler-explorer since it requires installation.
2222

2323
# Get Started
2424

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async\_simple是阿里巴巴开源的轻量级C++异步框架。提供了基于C
1515

1616
# 快速体验
1717

18-
我们可以在 [compiler-explorer](compiler-explorer.com) 中在线快速体验 async_simple: https://compiler-explorer.com/z/Tdaesqsqj . 注意 `Uthread` 在 compiler-explorer 中不能使用。
18+
我们可以在 [compiler-explorer](https://compiler-explorer.com/z/Tdaesqsqj) 中在线快速体验 async_simple. 注意 `Uthread` 在 compiler-explorer 中不能使用。
1919

2020
# 快速入门
2121

0 commit comments

Comments
 (0)