diff --git a/lib/Formatter.tsx b/lib/Formatter.tsx
index 46bba88c37c0e73ad89ba81f4e0f1cfce1e8946a..b7f49acf5d475b7564ba9bf096295cb91c0b3612 100644
--- a/lib/Formatter.tsx
+++ b/lib/Formatter.tsx
@@ -154,7 +154,7 @@ class OperationsFormatter implements IWaxCustomFormatter {
       <Link
         rel="noopener noreferrer"
         target="_blank"
-        href={`https://hive.blog/@${author}/${permlink}`}
+        href={`/@${author}/${permlink}`}
       >
         <span className="text-explorer-light-green">{permlink}</span>
       </Link>