Bladeren bron

Fix documentation contribution link

Elliot Hesp 7 jaren geleden
bovenliggende
commit
6bdd59bfc7
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      docs/index.html

+ 2
- 2
docs/index.html Bestand weergeven

@@ -31,7 +31,7 @@
31 31
         var footer = [
32 32
           '<hr/>',
33 33
           '<footer class="Test">',
34
-          `<span>Caught a mistake or want to contribute to the documentation? <a href="https://github.com/wix/react-native-navigation/docs" target="_blank">Edit documentation on Github!</a>.</span>`,
34
+          `<span>Caught a mistake or want to contribute to the documentation? <a href="https://github.com/wix/react-native-navigation/tree/master/docs" target="_blank">Edit documentation on Github!</a>.</span>`,
35 35
           '</footer>'
36 36
         ].join('')
37 37
 
@@ -46,4 +46,4 @@
46 46
 <script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
47 47
 <script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
48 48
 <script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
49
-</html>
49
+</html>