Browse Source

Fix links to point to correct branch

merge-requests/365/head
Jørgen Lien Sellæg 10 years ago
parent
commit
83eee1ee12
  1. 6
      README.md

6
README.md

@ -1,7 +1,7 @@
# juCi++
###### a lightweight platform independent C++-IDE with support for C++11 and C++14.
==
<img src="https://github.com/eidheim/jucipp/blob/master/docs/images/screenshot3.png"/>
<img src="https://github.com/cppit/jucipp/blob/screenshot_eidheim/docs/images/screenshot3.png"/>
==
## About
Current IDEs struggle with C++ support due to the complexity of
@ -33,8 +33,8 @@ towards libclang with speed and ease of use in mind.
See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
## Screenshots
<img src="https://github.com/eidheim/jucipp/blob/master/docs/images/screenshot1.png" width="350"/>
<img src="https://github.com/eidheim/jucipp/blob/master/docs/images/screenshot2.png" width="350"/>
<img src="https://github.com/cppit/jucipp/blob/screenshot_eidheim/docs/images/screenshot1.png" width="350"/>
<img src="https://github.com/cppit/jucipp/blob/screenshot_eidheim/docs/images/screenshot2.png" width="350"/>
## Dependencies
* boost-filesystem

Loading…
Cancel
Save