Migrate from github to consxy
[wolf] / README.md
index 209be708e7daaab6a3f59f7c6b7f51dec545a7f1..b7e06ac58b868fcba9cd674b683ad5ff14fc5fb5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Common Lisp Style Checker
 Enforcement of my guidelines for common lisp style.
 
-If you like, you can [download it](https://github.com/frankduncan/style-checker/releases/download/0.1/style-checker_0.1.tar.gz)
+If you like, you can [download it](https://consxy.com/wolf/releases/0.1/style-checker_0.1.tar.gz)
 
 ## Syntax Checking Rules
 * Elements on new line in each form must be indented the same amount
@@ -24,9 +24,3 @@ If you like, you can [download it](https://github.com/frankduncan/style-checker/
 * comments
 * multiline strings
 * exclude in-package check from package.lisp
-
-## Usage
-
-See the [wiki](https://github.com/frankduncan/style-checker/wiki).
-
-Also, see bin/travis.lisp to see how it's used in this package.