Skip to content

Commit cd8634c

Browse files
author
jimmylee
committed
update readme
1 parent 460e1fe commit cd8634c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a example of a forum web application with posts, comments and server side rendering.
44

5-
It is deployed [here](https://guarded-coast-67601.herokuapp.com/).
5+
It is deployed [here](https://next-postgres.herokuapp.com/).
66

77
![screen shot 2017-07-31 at 1 13 27 am](https://user-images.githubusercontent.com/310223/28768733-a04035e4-758d-11e7-889f-513859de2f77.png)
88

@@ -28,7 +28,7 @@ It is deployed [here](https://guarded-coast-67601.herokuapp.com/).
2828

2929
**Mobile apps with JavaScript**
3030

31-
I also built a [React Native](https://facebook.github.io/react-native/) application with [Expo](https://expo.io) that sends network requests to a [deployed version of this application](https://guarded-coast-67601.herokuapp.com/). Below are steps to deploy your own).
31+
I also built a [React Native](https://facebook.github.io/react-native/) application with [Expo](https://expo.io) that sends network requests to a [deployed version of this application](https://next-postgres.herokuapp.com/). Below are steps to deploy your own).
3232

3333
- Open it with [Expo Client](https://expo.io/@jimmylee/expo-next-postgres).
3434
- Get [Expo Client](https://expo.io/tools) if you need it.
@@ -115,7 +115,7 @@ heroku login
115115
heroku create
116116
```
117117

118-
Heroku will give you a unique address, like ours: `guarded-coast-67601.herokuapp.com`.
118+
Heroku will give you a unique address, like ours: `https://next-postgres.herokuapp.com/`.
119119

120120
Already have a heroku app to deploy to?
121121

0 commit comments

Comments
 (0)