Skip to content

Commit f81e62f

Browse files
authored
cleaning up unused code, fixing bad link (#740)
1 parent 6f08c66 commit f81e62f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appengine-java8/spanner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ You may also [create and use service account credentials](https://cloud.google.c
4141
```
4242

4343
To see the results of the local application, open
44-
[http://localhost:8080/run](http://localhost:8080/run) in a web browser.
44+
[http://localhost:8080/spanner](http://localhost:8080/spanner) in a web browser.
4545
Note : by default all the spanner example operations run in order, this operation may take a while to show results.
4646

4747
## Deploying
4848

4949
$ mvn clean appengine:deploy
5050

5151
To see the results of the deployed sample application, open
52-
`https://spanner-dot-PROJECTID.appspot.com/run` in a web browser.
52+
`https://spanner-dot-PROJECTID.appspot.com/spanner` in a web browser.
5353
Note : by default all the spanner example operations run in order, this operation may take a while to show results.
5454

appengine-java8/spanner/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
</manual-scaling>
2222
<system-properties>
2323
<property name="SPANNER_INSTANCE" value="spanner-instance" />
24-
<!-- Optional setting to provide an explicit database name -->
25-
<!--<property name="SPANNER_DATABASE" value="my-database" />-->
2624
</system-properties>
2725
</appengine-web-app>
2826
<!-- [END config] -->

0 commit comments

Comments
 (0)