Fix broken links in README.md

GitHub flavored markdown automatically adds the current branch to the link.
This commit is contained in:
Anirudha Bose 2016-08-05 20:24:25 +05:30 committed by sftnight
parent 4dfb99bb45
commit 06499fc804

View File

@ -54,11 +54,10 @@ chmod +x cpt.py
./cpt.py --check-requirements && ./cpt.py --create-dev-env Debug --with-workdir=./cling-build/
```
More documentation of CPT can be found in [tools/packaging](tree/master/tools/packaging).
Usage
-----
Full documentation of CPT can be found in [tools/packaging](tools/packaging).
```c++
/some/install/dir/bin/cling '#include <stdio.h>' 'printf("Hello World!\n")'`