From ed9ec39b13e656704e5407af0627ec1f1818c838 Mon Sep 17 00:00:00 2001
From: Andy Nonaka <AJNonaka@lbl.gov>
Date: Fri, 14 Oct 2022 13:38:43 -0700
Subject: [PATCH] fix amrex git repo link

---
 docs/source/getting_started/BuildingGMake.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/getting_started/BuildingGMake.rst b/docs/source/getting_started/BuildingGMake.rst
index 97470fe..80513c8 100644
--- a/docs/source/getting_started/BuildingGMake.rst
+++ b/docs/source/getting_started/BuildingGMake.rst
@@ -4,11 +4,11 @@ Building MFiX-Exa with gmake
 Building MFiX-Exa with gmake 
 
 If you want to use gmake to build MFiX_Exa, you will need to have already
-cloned amrex and AMReX-Hydro into a local directory:
+cloned amrex and AMReX-Hydro into a local directories:
 
 .. code:: shell
 
-    > git clone https://github.com/amrex-codes/amrex
+    > git clone https://github.com/AMReX-Codes/amrex.git
     > git clone https://github.com/AMReX-Codes/AMReX-Hydro.git
 
 Then
-- 
GitLab