Skip to content

Commit 94e035b

Browse files
committed
Clean up documentation
1 parent 108511d commit 94e035b

File tree

2 files changed

+3
-62
lines changed

2 files changed

+3
-62
lines changed

spanner-setup/SPANNER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Spanner is a fully managed, mission-critical database service on [Google Cloud](
88

99
## 1. Running Fleetspeak on Spanner
1010

11-
Running Fleetspeak on Spanner requires that you create and configure a Spanner instance before you run Fleetspeak.
11+
Running Fleetspeak on Spanner requires that you create and configure a [Spanner instance](https://cloud.google.com/spanner/docs/instances) before you run Fleetspeak.
1212

1313
Furthermore, you also need to create a [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) [Topic](https://cloud.google.com/pubsub/docs/publish-message-overview) and [Subscription](https://cloud.google.com/pubsub/docs/subscription-overview) that are needed by the datastore to call the [ProcessMessages()](https://github.com/daschwanden/fleetspeak/blob/a3f9826d0fb5419b47b5b4b0c50497723e35407b/fleetspeak/src/server/internal/services/manager.go#L181) method on backlogged messages.
1414

@@ -22,15 +22,15 @@ You can follow the instructions in the Google Cloud online documentation to [cre
2222
> The script assumes that you use ```fleetspeak-instance``` as the Fleetspeak instance name and ```fleetspeak``` as the Fleetspeak database name.
2323
> In case you want to use different values then you need to update the [setup.sh](./setup.sh) script accordingly.
2424
25-
Run the following command to get the Fleetspeak database and its tables:
25+
Run the following command to create the Fleetspeak database and its tables:
2626

2727
```bash
2828
./setup.sh
2929
```
3030

3131
### 1.2. Google Cloud Pub/Sub Topic and Subscription
3232

33-
You can follow these instructions to [create a Pub/Sub Topic](https://cloud.google.com/pubsub/docs/create-topic#create_a_topic_2) and to [create a Pub/Sub Subscription](https://cloud.google.com/pubsub/docs/create-subscription#create_a_pull_subscription).
33+
You can follow the instructions in the Google Cloud online documentation to [create a Pub/Sub Topic](https://cloud.google.com/pubsub/docs/create-topic#create_a_topic_2) and to [create a Pub/Sub Subscription](https://cloud.google.com/pubsub/docs/create-subscription#create_a_pull_subscription).
3434

3535
### 1.3. Fleetspeak Components Configuration
3636

spanner-setup/notes.txt

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)