diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-10-14 05:31:59 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-10-14 05:31:59 +0530 |
commit | 4194b7b4561eda9cf9663c0e70a3b7de4bb25821 (patch) | |
tree | 55f7eced3e91ad9e2c734183cd760e3c14a26270 /es-es/c++-es.html.markdown | |
parent | 5117208ead0482ff93ee40474be7f479b880ff7f (diff) |
Fix links and list styling
Diffstat (limited to 'es-es/c++-es.html.markdown')
-rw-r--r-- | es-es/c++-es.html.markdown | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/es-es/c++-es.html.markdown b/es-es/c++-es.html.markdown index bd1ad07c..9627c183 100644 --- a/es-es/c++-es.html.markdown +++ b/es-es/c++-es.html.markdown @@ -823,7 +823,5 @@ v.swap(vector<Foo>()); ``` Otras lecturas: -Una referencia del lenguaje hasta a la fecha se puede encontrar en -<http://cppreference.com/w/cpp> - -Recursos adicionales se pueden encontrar en <http://cplusplus.com> +* Una referencia del lenguaje hasta a la fecha se puede encontrar en [CPP Reference](http://cppreference.com/w/cpp). +* Recursos adicionales se pueden encontrar en [[CPlusPlus]](http://cplusplus.com). |