diff --git a/content/guides/handling_data/globus_connect/file_transfers_between_endpoints.md b/content/guides/handling_data/globus_connect/file_transfers_between_endpoints.md
index 1b87ef600b0dbe91d7a1de9e1e1b8d20f2633484..3504f0c46bfeee1dce42b9cf313b0acf94de7444 100644
--- a/content/guides/handling_data/globus_connect/file_transfers_between_endpoints.md
+++ b/content/guides/handling_data/globus_connect/file_transfers_between_endpoints.md
@@ -22,27 +22,28 @@ purposes we use two HCC endpoints.)
 
 1.  Once both endpoints for the desired file transfer have been
     activated, [sign in](https://www.globus.org/SignIn) to
-    your Globus account (if you are not already) and click on the
-    'Transfer Files' tab.
+    your Globus account (if you are not already) and select
+	"Transfer or Sync to.." from the right sidebar. If you have
+	a small screen, you may have to click the menu icon 
+	first.
+{{< figure src="/images/Transfer.png">}}
       
 2.  Enter the names of the two endpoints you would like to use, or
     select from the drop-down menus (for
-    example, `hcc#tusker` and `hcc#crane`).  Click 'Go' for both
-    endpoints to view the default directory contents.  Enter the
+    example, `hcc#tusker` and `hcc#crane`).  Enter the
     directory paths for both the source and destination (the 'from' and
-    'to' paths on the respective endpoints).  Click 'Go' to view files
+    'to' paths on the respective endpoints). Press 'Enter' to view files
     under these directories.  Select the files or directories you would
     like to transfer (press *shift* or *control* to make multiple
     selections) and click the blue highlighted arrow to start the
     transfer.  
-{{< figure src="/images/6750231.png" >}}
+{{< figure src="/images/startTransfer.png" >}}
     
-3.  The status of the transfer can be monitored from the current window
-    (scroll down to the 'Activity' heading and click the gray arrow on
-    the right-hand side of the screen). You will also receive an email
-    when your transfer has completed (or in the unlikely event that it
-    was unsuccessful).  
-{{< figure src="/images/6750232.png" >}}      
+3.  Globus will display a message when your transfer has completed 
+	(or in the unlikely event that it was unsuccessful), and you will 
+	also receive an email. Select the 'refresh' icon to see your file
+	in the destination folder.
+{{< figure src="/images/transferComplete.png" >}}      
 
 --- 
 
diff --git a/static/images/6750231.png b/static/images/6750231.png
deleted file mode 100644
index 6a3feefc7a1471885197c46231f0dd170ca0f171..0000000000000000000000000000000000000000
Binary files a/static/images/6750231.png and /dev/null differ
diff --git a/static/images/6750232.png b/static/images/6750232.png
deleted file mode 100644
index d50c7efba4c14ab5e73af64f03261af6141ff33b..0000000000000000000000000000000000000000
Binary files a/static/images/6750232.png and /dev/null differ
diff --git a/static/images/Transfer.png b/static/images/Transfer.png
new file mode 100644
index 0000000000000000000000000000000000000000..e13d8126946b717e13a56f99a9401fcf85e2cbef
Binary files /dev/null and b/static/images/Transfer.png differ
diff --git a/static/images/startTransfer.png b/static/images/startTransfer.png
new file mode 100644
index 0000000000000000000000000000000000000000..5dbc5268a410a0dd03577feff8ab4e46edca8d5e
Binary files /dev/null and b/static/images/startTransfer.png differ
diff --git a/static/images/transferComplete.png b/static/images/transferComplete.png
new file mode 100644
index 0000000000000000000000000000000000000000..d37a13759156b31b487d5ef451099626b5e5e87a
Binary files /dev/null and b/static/images/transferComplete.png differ