diff --git a/src/Plugin/DsField/Node/NodeSubmittedBy.php b/src/Plugin/DsField/Node/NodeSubmittedBy.php
index 7c13196..86e2177 100644
--- a/src/Plugin/DsField/Node/NodeSubmittedBy.php
+++ b/src/Plugin/DsField/Node/NodeSubmittedBy.php
@@ -69,11 +69,10 @@ class NodeSubmittedBy extends Date {
       '#account' => $account,
     );
     return array(
-      '#markup' => $this->t('Submitted by <a href=":user_link">@user</a> on @date.',
+      '#markup' => $this->t('Submitted by @user on @date.',
         array(
           '@user' => $this->renderer->render($user_name),
           '@date' => $this->dateFormatter->format($this->entity()->created->value, $date_format),
-          ':user_link' => Url::fromUri('entity:user/' . $account->id())->toString(),
         )
       ),
       '#cache' => array(
