From cc73602e753ec282213b1d35b748e99f1ac1fb48 Mon Sep 17 00:00:00 2001
From: Vitalii Elenhaupt
Date: Sat, 20 Jul 2019 15:18:35 +0300
Subject: [PATCH] Update links in readme
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index d781a2b9..c3437d69 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@
-
-
+
+
@@ -21,7 +21,7 @@ Ameba is a static code analysis tool for the Crystal language.
It enforces a consistent [Crystal code style](https://crystal-lang.org/docs/conventions/coding_style.html),
also catches code smells and wrong code constructions.
-See also [Roadmap](https://github.com/veelenga/ameba/wiki).
+See also [Roadmap](https://github.com/crystal-ameba/ameba/wiki).
## Usage
@@ -58,7 +58,7 @@ Add this to your application's `shard.yml`:
```yaml
development_dependencies:
ameba:
- github: veelenga/ameba
+ github: crystal-ameba/ameba
version: ~> 0.10.0
```
@@ -103,7 +103,7 @@ $ docker run -v $(pwd):/src ameba/ameba
### From sources
```sh
-$ git clone https://github.com/veelenga/ameba && cd ameba
+$ git clone https://github.com/crystal-ameba/ameba && cd ameba
$ make install
```
@@ -155,9 +155,9 @@ time = Time.epoch(1483859302) # ameba:disable Style, Lint
## Editor integration
* Vim: [vim-crystal](https://github.com/rhysd/vim-crystal), [Ale](https://github.com/w0rp/ale)
- * Emacs: [ameba.el](https://github.com/veelenga/ameba.el)
+ * Emacs: [ameba.el](https://github.com/crystal-ameba/ameba.el)
* Sublime Text: [Sublime Linter Ameba](https://github.com/epergo/SublimeLinter-contrib-ameba)
- * VSCode: [vscode-crystal-ameba](https://github.com/veelenga/vscode-crystal-ameba)
+ * VSCode: [vscode-crystal-ameba](https://github.com/crystal-ameba/vscode-crystal-ameba)
## Credits & inspirations