diff options
| author | Divay Prakash <divayprakash3@gmail.com> | 2018-10-14 05:37:43 +0530 | 
|---|---|---|
| committer | Divay Prakash <divayprakash3@gmail.com> | 2018-10-14 05:37:43 +0530 | 
| commit | 0c1260369e99cb0c604bf43c8be2da7047459cac (patch) | |
| tree | 306f1a6dc4958246a46f4fef8359fbb3f6b19ab6 | |
| parent | 59c13bdfa25f8cf28735aaeef6e88783a3b221ff (diff) | |
Fix links and list styling
| -rw-r--r-- | tr-tr/c++-tr.html.markdown | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/tr-tr/c++-tr.html.markdown b/tr-tr/c++-tr.html.markdown index 2c841456..89aa620b 100644 --- a/tr-tr/c++-tr.html.markdown +++ b/tr-tr/c++-tr.html.markdown @@ -1071,7 +1071,5 @@ compl 4    // Bit seviyesinde değil işlemini gerçekleştirir  ```  İleri okuma: -Güncel bir referans  -<http://cppreference.com/w/cpp> adresinde bulunabilir - -Ek kaynaklar <http://cplusplus.com> adresinde bulunabilir +* Güncel bir referans [CPP Reference](http://cppreference.com/w/cpp) adresinde bulunabilir. +* Ek kaynaklar [CPlusPlus](http://cplusplus.com) adresinde bulunabilir. | 
