summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/c++-cn.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash3@gmail.com>2018-10-14 05:38:53 +0530
committerDivay Prakash <divayprakash3@gmail.com>2018-10-14 05:38:53 +0530
commit8425ef331338831db286723b579c4fe1273b5ab6 (patch)
tree4c88495f2fb2926a1777d0e58133a9a1ce14b779 /zh-cn/c++-cn.html.markdown
parent0c1260369e99cb0c604bf43c8be2da7047459cac (diff)
Fix links and list styling
Diffstat (limited to 'zh-cn/c++-cn.html.markdown')
-rw-r--r--zh-cn/c++-cn.html.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/zh-cn/c++-cn.html.markdown b/zh-cn/c++-cn.html.markdown
index 87951bc3..51ffa02f 100644
--- a/zh-cn/c++-cn.html.markdown
+++ b/zh-cn/c++-cn.html.markdown
@@ -567,6 +567,5 @@ void doSomethingWithAFile(const std::string& filename)
```
扩展阅读:
-<http://cppreference.com/w/cpp> 提供了最新的语法参考。
-
-可以在 <http://cplusplus.com> 找到一些补充资料。
+* [CPP Reference](http://cppreference.com/w/cpp) 提供了最新的语法参考。
+* 可以在 [CPlusPlus](http://cplusplus.com) 找到一些补充资料。