소스 검색

Update to help page

embeds a link into the chrome webstore firefox addon snippets and
KashBoi7 2 년 전
부모
커밋
53a24ec09b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Website/pages/help.vue

+ 2 - 2
Website/pages/help.vue

@@ -94,10 +94,10 @@
             <br />
             {{ $vuetify.lang.t("$vuetify.help.bullet4c1") }}
             <br />
-            <code>about:addons</code>
+            <a href="about:addons"><code>about:addons</code></a>
             {{ $vuetify.lang.t("$vuetify.help.firefox") }}
             <br />
-            <code>chrome://extensions</code>
+            <a href="chrome://extensions/"><code>chrome://extensions</code></a>
             {{ $vuetify.lang.t("$vuetify.help.chrome") }}
           </li>
         </ol>