From e24c9ede3c4f12baee99fc0f4e63dfd4ea44f3af Mon Sep 17 00:00:00 2001 From: bn4t <17193640+bn4t@users.noreply.github.com> Date: Mon, 1 Jun 2020 14:08:53 +0000 Subject: [PATCH] docs: Change github to github.com in 0.3 migration guide (#237) Ref. #237 --- docs/tutorials/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/upgrading.md b/docs/tutorials/upgrading.md index 2633639..25fdfae 100644 --- a/docs/tutorials/upgrading.md +++ b/docs/tutorials/upgrading.md @@ -39,7 +39,7 @@ cp /var/lib/maddy/imapsql.db* backup/ 3. Compile migration utility: ``` -git clone https://github/foxcpp/maddy.git +git clone https://github.com/foxcpp/maddy.git cd maddy/ git checkout v0.3.0 cd cmd/migrate-db-0.2