Skip to content

Commit

Permalink
Fix dead links (#151) (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Sokolowski authored and m110 committed Oct 10, 2019
1 parent 7140ba0 commit ada21c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PubSub doesn't guarantee proper order of messages, you can use `OccurredAt` fiel
Google Cloud Pub/Sub is used just as an example and any other subscriber can be used instead.

The example uses `DefaultSchema`, but you can define your own table definition and queries.
See [SQL Pub/Sub documentation](https://watermill.io/pubsub/sql) for details.
See [SQL Pub/Sub documentation](https://watermill.io/pubsubs/sql) for details.

## Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The SQL subscriber listens for new records on a MySQL table. Each new record wil
on the Kafka topic. Kafka Publisher is used just as an example and any other publisher can be used instead.

The example uses `DefaultSchema` as the schema adapter, but you can define your own table definition and queries.
See [SQL Pub/Sub documentation](https://watermill.io/pubsub/sql) for details.
See [SQL Pub/Sub documentation](https://watermill.io/pubsubs/sql) for details.

## Requirements

Expand Down

0 comments on commit ada21c8

Please sign in to comment.