Skip to content

Commit 7a885b8

Browse files
tristanvanechJon Wayne Parrott
authored andcommitted
Update README.md
1 parent 4613d50 commit 7a885b8

File tree

1 file changed

+2
-2
lines changed
  • appengine/standard/firebase/firenotes

1 file changed

+2
-2
lines changed

appengine/standard/firebase/firenotes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authentication, Google App Engine, and Google Cloud Datastore.
66

77
This sample is used on the following documentation page:
88

9-
<https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine/>
9+
[https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine/](https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine/)
1010

1111
You'll need to have [Python 2.7](https://www.python.org/) and the [Google Cloud SDK](https://cloud.google.com/sdk/?hl=en)
1212
installed and initialized to an App Engine project before running the code in
@@ -51,7 +51,7 @@ server with the following command:
5151

5252
dev_appserver.py frontend/app.yaml backend/app.yaml
5353

54-
1. Visit <http://locahost:8080/> in a web browser.
54+
1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser.
5555

5656
## Deploy
5757
1. Change the backend host URL in `main.js` to

0 commit comments

Comments
 (0)