diff --git a/themes/bootstrap/templates/Auth/AbstractBase/login.phtml b/themes/bootstrap/templates/Auth/AbstractBase/login.phtml
index 5b4bfeaa72a048c599236c153aa792061da640e1..fb6ad25421128e1dd12c8edebc56f25084a67ae7 100644
--- a/themes/bootstrap/templates/Auth/AbstractBase/login.phtml
+++ b/themes/bootstrap/templates/Auth/AbstractBase/login.phtml
@@ -8,7 +8,7 @@
       <div class="controls">
         <input class="btn btn-primary" type="submit" name="processLogin" value="Login">
         <? if ($account->supportsCreation()): ?>
-          <a class="btn btn-link" href="/digitaldev/MyResearch/Account">Create New Account</a>
+          <a class="btn btn-link" href="<?=$this->url('myresearch-account') ?>">Create New Account</a>
         <? endif; ?>
       </div>
     </div>