Skip to content

Commit 31b21eb

Browse files
committed
Update deployed URL in README
#38
1 parent c935294 commit 31b21eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# [react-hn](https://insin.github.io/react-hn)
1+
# [react-hn](https://react-hn.appspot.com)
22

33
A [React](http://facebook.github.io/react) &
44
[react-router](https://github.com/rackt/react-router)-powered implementation of
55
[Hacker News](https://news.ycombinator.com) using its
66
[Firebase API](https://github.com/HackerNews/API).
77

8-
[![react-hn screenshot](https://github.com/insin/react-hn/raw/master/screenshot.png "New comment highlighting in react-hn")](https://insin.github.io/react-hn)
8+
[![react-hn screenshot](https://github.com/insin/react-hn/raw/master/screenshot.png "New comment highlighting in react-hn")](https://react-hn.appspot.com)
99

10-
Live version: http://insin.github.io/react-hn
10+
Live version: https://react-hn.appspot.com/
1111

1212
## Features
1313

1414
* Supports display of all item types:
15-
[stories](http://insin.github.io/react-hn/#/story/8863),
16-
[jobs](http://insin.github.io/react-hn/#/job/8426937),
17-
[polls](http://insin.github.io/react-hn/#/poll/126809) and
18-
[comments](http://insin.github.io/react-hn/#/comment/8054455)
19-
* Basic [user profiles](http://insin.github.io/react-hn/#/user/patio11)
15+
[stories](https://react-hn.appspot.com/#/story/8863),
16+
[jobs](https://react-hn.appspot.com/#/job/8426937),
17+
[polls](https://react-hn.appspot.com/#/poll/126809) and
18+
[comments](https://react-hn.appspot.com/#/comment/8054455)
19+
* Basic [user profiles](https://react-hn.appspot.com/#/user/patio11)
2020
* Collapsible comment threads, with child counts
2121
* "Realtime" updates (free via Firebase!)
2222
* Last visit details for stories are cached in `localStorage`

0 commit comments

Comments
 (0)