From 7fca7ce56c46e330b8a870a1ebd5a352c5b059bd Mon Sep 17 00:00:00 2001 From: wangyan Date: Tue, 16 Feb 2016 15:58:46 +0800 Subject: [PATCH] README: Fix broken examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c90422..fed12614 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ React Autocomplete Accessible, extensible, Autocomplete for React.js. -Docs coming soon, for now just look at the `propTypes` and [examples](http://rackt.github.io/react-autocomplete/) :) +Docs coming soon, for now just look at the `propTypes` and [examples](https://reactjs.github.io/react-autocomplete/) :) Trying to settle on the right API, and then focus hard on accessibility, there are a few missing bits right now.