浏览代码

notificationmsg

Stefan Pejcic 1 年之前
父节点
当前提交
d91f4b517c
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      documentation/src/refine-theme/top-announcement.tsx

+ 2 - 3
documentation/src/refine-theme/top-announcement.tsx

@@ -110,8 +110,7 @@ export const TopAnnouncement = () => {
 const Text = () => {
     return (
         <a
-            href="/beta"
-            target="_blank"
+            href="/docs/admin/intro/#installation"
             rel="noreferrer"
             className={clsx(
                 "relative lg:absolute",
@@ -141,7 +140,7 @@ const Text = () => {
                         "ml-2",
                     )}
                 >
-                    Learn More
+                    Installation instructions
                 </span>
             </div>
         </a>