Просмотр исходного кода

Fix Browser Support link in Installation section

The Browser Support link in the Installation doesn't work in browsers as it's `#browser-support` instead of `#Browser-Support`
Tajinder Chumber 6 лет назад
Родитель
Сommit
03ea54ea01
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      website/src/docs/index.md

+ 1 - 1
website/src/docs/index.md

@@ -51,7 +51,7 @@ Adding [Companion](/docs/companion/) to the mix enables remote sources such as I
 
 Uppy can be used with a module bundler such as [Webpack](http://webpack.js.org/) or [Browserify](http://browserify.org/), or by including it in a script tag.
 
-> You may need polyfills if your application supports Internet Explorer or other older browsers. See [Browser Support](#browser-support).
+> You may need polyfills if your application supports Internet Explorer or other older browsers. See [Browser Support](#Browser-Support).
 
 ### With a module bundler