Skip to content

Commit

Permalink
c/c++: fix a broken link (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos authored Nov 6, 2023
1 parent 39a9705 commit fa87340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/language_guides/ccpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ People of this persuasion would usually recommend any of the following editors:
* Vim, recommended plugins:
+ [NERDTree](https://github.com/scrooloose/nerdtree) file explorer.
+ [editorconfig](https://github.com/editorconfig/editorconfig-vim)
+ [stl.vim](https://vim.sourceforge.io/scripts/script.php?script_id=4293) adds STL to syntax highlighting
+ [stl.vim](https://www.vim.org/scripts/script.php?script_id=4293) adds STL to syntax highlighting
+ [Syntastic](https://github.com/scrooloose/syntastic)
+ Integrated debugging using [Clewn](http://clewn.sourceforge.net/)
* Emacs:
Expand Down

0 comments on commit fa87340

Please sign in to comment.