aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-12 13:11:33 +0200
committerGravatar Tom Willemse2014-04-12 13:11:33 +0200
commit0515fa5795fdcfb955259f34bc12c0daf842c3b4 (patch)
tree1f4c921e831512b6a00275413e8bb605c335ed91
parent03a2fcba7b99f2cd56f105a2818d5fd7d1dff8a1 (diff)
downloadcommit-check-0515fa5795fdcfb955259f34bc12c0daf842c3b4.tar.gz
commit-check-0515fa5795fdcfb955259f34bc12c0daf842c3b4.zip
Update README to not include links
-rw-r--r--README.org21
1 files changed, 10 insertions, 11 deletions
diff --git a/README.org b/README.org
index 0b96875..e058546 100644
--- a/README.org
+++ b/README.org
@@ -8,18 +8,11 @@
style checked by commit-check, or as a syntax checker back-end (like
[[http://flycheck.readthedocs.org/en/latest/][Flycheck]]).
- The file [[file:INSTALL.org]] contains instructions on how to install
- commit-check on your system.
-
The entire code for the project is currently contained in the
- [[file:commit-check]] file. The files [[file:test-pass.txt]],
- [[file:test-fail-barely.txt]] and [[file:test-fail-miserably.txt]] are used
- for testing purposes. They contain and explain certain situations
- that can occur when writing commits that may or may not cause errors
- to be reported.
-
- This project is licensed under the GNU GPLv3, its terms and
- conditions can be found in [[file:COPYING]].
+ ~commit-check~ file. The files ~test-pass.txt~, ~test-fail-barely.txt~ and
+ ~test-fail-miserably.txt~ are used for testing purposes. They contain
+ and explain certain situations that can occur when writing commits
+ that may or may not cause errors to be reported.
** Installation
@@ -39,3 +32,9 @@
the actual executable, it can also be a (soft) link to the
executable, or a script running this program (passing along all
arguments).
+
+** License
+
+ This project is licensed under the GNU GPLv3, its terms and
+ conditions can be found in the file ~COPYING~ in the project source
+ tree.