From a7b12a0244ca53d7a68931bb2f5e8c0a8e20999e Mon Sep 17 00:00:00 2001 From: Nelson <194400+nelsonic@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:01:45 +0100 Subject: [PATCH] Update link text from "this" to commit hash. #190 --- BUILDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDIT.md b/BUILDIT.md index 48deeb49..90efdbd6 100644 --- a/BUILDIT.md +++ b/BUILDIT.md @@ -173,7 +173,7 @@ file. You need to do two things: *add a [`coveralls.json`](https://github.com/dwyl/app-mvp/blob/main/coveralls.json) file (copy the contents)* and _change `mix.exs` file according to -[**`this commit`**](https://github.com/dwyl/app-mvp/pull/90/commits/d6ab5ef7c2be5dcad7d060e782393ae29c94a526) +[**`commit #d6ab5ef7c`**](https://github.com/dwyl/app-mvp/pull/90/commits/d6ab5ef7c2be5dcad7d060e782393ae29c94a526) (add alias in `defp aliases do` list with the `mix c` command)_. This is just standard `Phoenix` project setup for us,