diff --git a/docgen/src/Getting_started.md b/docgen/src/Getting_started.md index 99be239a90..428b049a79 100644 --- a/docgen/src/Getting_started.md +++ b/docgen/src/Getting_started.md @@ -95,7 +95,7 @@ that should be a good start. Just include it in your webpage: ```html - + ``` Read the [styling](guide/Styling_widgets.html) guide for more information. diff --git a/docgen/src/guide/Styling_widgets.md b/docgen/src/guide/Styling_widgets.md index 032a8a8c2f..abff98d5f3 100644 --- a/docgen/src/guide/Styling_widgets.md +++ b/docgen/src/guide/Styling_widgets.md @@ -21,13 +21,13 @@ manually. ### Via CDN The theme is available on unpkg.com: -- unminified: https://unpkg.com/react-instantsearch-theme-algolia@2.0.0/style.css -- minified: https://unpkg.com/react-instantsearch-theme-algolia@2.0.0/style.min.css +- unminified: https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.css +- minified: https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.min.css You can either copy paste the content in your own app or use a direct link to unpkg.com: ```html - + ``` ### Via npm, Webpack