From 1051ffcdfd55a19fe8842ac812bafbf5dd97c8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20Nyk=C3=A4nen?= Date: Wed, 4 Jan 2017 14:34:49 +0200 Subject: [PATCH] Fix: Basic style guide-link in Readme.md PR #275 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 165ef707e..4b25cb486 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ Based on Webpack, webpack-dev-server and Babel. ## Examples -* [Basic style guide](http://sapegin.github.io/react-styleguidist/), [source](./examples/basic) +* [Basic style guide](http://react-styleguidist.js.org), [source](./examples/basic) * Style guide with sections, [source](./examples/sections) * Style guide with customized styles, [source](./examples/customised) * Style guide with custom express endpoints, [source](./examples/express)