diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-14 05:53:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 05:53:41 +0530 |
commit | 38c45a2d6a205968c562a4d5c374e9aa8105da5e (patch) | |
tree | 5179d291604d40c5cc7f7293bd79e31edda4e472 /c++.html.markdown | |
parent | 1a77ffdba86b7e8bea4d3e56f0aeedc643fd93f6 (diff) | |
parent | 99618d394e33c51ed8073b2dc013623442201c51 (diff) |
Merge pull request #3295 from divayprakash/fix-c
[c++/en] Fix links and list styling
Diffstat (limited to 'c++.html.markdown')
-rw-r--r-- | c++.html.markdown | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/c++.html.markdown b/c++.html.markdown index 579aabf5..9d6470be 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -1127,9 +1127,6 @@ compl 4 // Performs a bitwise not ``` Further Reading: -An up-to-date language reference can be found at -<http://cppreference.com/w/cpp> - -Additional resources may be found at <http://cplusplus.com> - -A tutorial covering basics of language and setting up coding environment is available at [TheChernoProject - C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb). +* An up-to-date language reference can be found at [CPP Reference](http://cppreference.com/w/cpp). +* Additional resources may be found at [CPlusPlus](http://cplusplus.com). +* A tutorial covering basics of language and setting up coding environment is available at [TheChernoProject - C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb). |