|
1 | 1 | # 
|
2 | 2 |
|
3 | 3 | [)](https://hex.pm/packages/ex_check)
|
4 |
| -[](https://hexdocs.pm/ex_check/) |
5 |
| -[](https://github.com/karolsluszniak/ex_check/actions) |
| 4 | +[)](https://hexdocs.pm/ex_check/) |
| 5 | +[](https://github.com/karolsluszniak/ex_check/actions) |
6 | 6 | [](https://hex.pm/packages/ex_check)
|
7 | 7 | [](https://github.com/karolsluszniak/ex_check/blob/master/LICENSE.md)
|
8 | 8 | [](https://github.com/karolsluszniak/ex_check/commits/master)
|
@@ -31,7 +31,7 @@ Takes care of the little details, so you don't have to.
|
31 | 31 | - Ensures that output from tools is [ANSI formatted & colorized](https://hexdocs.pm/ex_check/Mix.Tasks.Check.html#module-tool-processes-and-ansi-formatting)
|
32 | 32 | - Retries ExUnit with the `--failed` flag
|
33 | 33 |
|
34 |
| -Read more in the introductory ["One task to rule all Elixir analysis & testing tools"](http://cloudless.studio/articles/49-one-task-to-rule-all-elixir-analysis-testing-tools) article. |
| 34 | +Read more in the introductory ["One task to rule all Elixir analysis & testing tools"](https://cloudless.studio/one-task-to-rule-all-elixir-analysis-testing-tools) article. |
35 | 35 |
|
36 | 36 | ## Getting started
|
37 | 37 |
|
@@ -110,7 +110,7 @@ You should keep local and CI configuration as consistent as possible by putting
|
110 | 110 |
|
111 | 111 | Learn more about the tools included in the check as well as its workflow, configuration and options [on HexDocs](https://hexdocs.pm/ex_check/Mix.Tasks.Check.html) or by running `mix help check`.
|
112 | 112 |
|
113 |
| -Want to write your own code check? Get yourself started by reading the ["Writing your first Elixir code check"](http://cloudless.studio/articles/50-writing-your-first-elixir-code-check) article. |
| 113 | +Want to write your own code check? Get yourself started by reading the ["Writing your first Elixir code check"](https://cloudless.studio/writing-your-first-elixir-code-check) article. |
114 | 114 |
|
115 | 115 | ## Continuous Integration
|
116 | 116 |
|
|
0 commit comments