Selaa lähdekoodia

Fix broken FAQ link

Florian 4 vuotta sitten
vanhempi
commit
d886106f22
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      client/index.html

+ 2 - 2
client/index.html

@@ -141,7 +141,7 @@
                         <use xlink:href="#twitter" />
                         <use xlink:href="#twitter" />
                     </svg>
                     </svg>
                 </a>
                 </a>
-                <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/docs/faq.md" title="Frequently asked questions" rel="noreferrer">
+                <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md" title="Frequently asked questions" rel="noreferrer">
                     <svg class="icon">
                     <svg class="icon">
                         <use xlink:href="#help-outline" />
                         <use xlink:href="#help-outline" />
                     </svg>
                     </svg>
@@ -218,4 +218,4 @@
         }
         }
         </style>
         </style>
     </noscript>
     </noscript>
-</body>
+</body>