diff --git a/UPDATE.md b/UPDATE.md
index d07c079f7a1befc97025abbdfbfc1715e24d67de..5f5614e8c1e486cd95394ec8fda95bfa1e5d96aa 100644
--- a/UPDATE.md
+++ b/UPDATE.md
@@ -25,7 +25,7 @@ If you previously used our Composer-based project template to install Varbase [v
    _Curious?_ [_Learn more_ ](understanding-varbase-updater-package.md)_about what's going on in the Varbase Updater wizard._
 
 5. Buy yourself a drink! You're done. 
-6. After the update finishes and you get a success message, navigate to _http://my.varbase-site.local/**admin/config/development/update-helper**_ \(where my.varbase-site.local is the URL for your website\) to learn about the new changes and updates introduced in your Varbase site.
+6. After the update finishes and you get a success message, navigate to _http://my.varbase-site.local/admin/config/development/update-helper_ \(where my.varbase-site.local is the URL for your website\) to learn about the new changes and updates introduced in your Varbase site.
 
 
 At the end of the update process, two log files are useful to troubleshoot your update:
@@ -47,7 +47,7 @@ At the end of the update process, two log files are useful to troubleshoot your
 3. Back up your code and database 
 4. Execute Composer update to download updates to modules and libraries. `composer update`  
 5. Run your database updates. `drush updatedb`  or by navigating to _http://my.varbase-site.local/update.php_ \(where _my.varbase-site.local_ is the URL for your website\) and follow the on-screen instructions. 
-6. After the update finishes and you get a success message, navigate to _http://my.varbase-site.local/**admin/config/development/update-helper**_ \(where _my.varbase-site.local_ is the URL for your website\) to learn about the new changes and updates introduced in your Varbase site.
+6. After the update finishes and you get a success message, navigate to _http://my.varbase-site.local/admin/config/development/update-helper_ \(where _my.varbase-site.local_ is the URL for your website\) to learn about the new changes and updates introduced in your Varbase site.