浏览代码

fix: Links to privacy-policy/terms not working

Not working when using app/local instance
Michael Schmidt-Korth 4 年之前
父节点
当前提交
6c997f9109
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/frontend/components/onboarding.cljs

+ 2 - 2
src/main/frontend/components/onboarding.cljs

@@ -207,11 +207,11 @@
             :target "_blank"}
             :target "_blank"}
         (t :help/docs)]]
         (t :help/docs)]]
       [:li
       [:li
-       [:a {:href "/blog/privacy-policy"
+       [:a {:href "https://logseq.com/blog/privacy-policy"
             :target "_blank"}
             :target "_blank"}
         (t :help/privacy)]]
         (t :help/privacy)]]
       [:li
       [:li
-       [:a {:href "/blog/terms"
+       [:a {:href "https://logseq.com/blog/terms"
             :target "_blank"}
             :target "_blank"}
         (t :help/terms)]]
         (t :help/terms)]]
       [:li
       [:li