Skip to content

Commit 865bf01

Browse files
authored
fix: update link and directory (#1012)
1 parent 733d5b3 commit 865bf01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started with Cloud Spanner and the Google Cloud Client libraries
22

3-
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=spanner/cloud-client/README.md">
3+
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/README.md">
44
<img alt="Open in Cloud Shell" src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>
55

66
[Cloud Spanner][Spanner] is a horizontally-scalable database-as-a-service
@@ -13,15 +13,15 @@ the [Google Cloud Client Library for Java][java-spanner].
1313

1414
## Quickstart
1515

16-
Every command here should be run from the root directory of your project (`java-spanner`).
17-
1816
Install [Maven](http://maven.apache.org/).
1917

20-
Build your project with:
18+
Build your project from the root directory (`java-spanner`):
2119

2220
mvn clean package -DskipTests -DskipUTs -Penable-samples
2321

24-
You can then run a given `ClassName` via:
22+
Every subsequent command here should be run from a subdirectory (`cd samples/snippets`).
23+
24+
You can run a given `ClassName` via:
2525

2626
mvn exec:java -Dexec.mainClass=com.example.spanner.ClassName \
2727
-DpropertyName=propertyValue \

0 commit comments

Comments
 (0)