Skip to content

Commit 957498d

Browse files
authored
Add links to the docs on pgroll.com (#523)
Docs live on pgroll.com now. Also the canonical URL for the introductory blog post is on pgroll.com
1 parent 0b29fcf commit 957498d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
`pgroll` is an open source command-line tool that offers safe and reversible schema migrations for PostgreSQL by serving multiple schema versions simultaneously. It takes care of the complex migration operations to ensure that client applications continue working while the database schema is being updated. This includes ensuring changes are applied without locking the database, and that both old and new schema versions work simultaneously (even when breaking changes are being made!). This removes risks related to schema migrations, and greatly simplifies client application rollout, also allowing for instant rollbacks.
1616

17-
See the [introductory blog post](https://xata.io/blog/pgroll-schema-migrations-postgres) for more about the problems solved by `pgroll`.
17+
See the [introductory blog post](https://pgroll.com/blog/introducing-pgroll-zero-downtime-reversible-schema-migrations-for-postgres) for more about the problems solved by `pgroll`.
1818

1919
## Features
2020

@@ -163,7 +163,7 @@ pgroll --postgres-url postgres://user:password@host:port/dbname rollback
163163

164164
## Documentation
165165

166-
For more advanced usage, a tutorial, and detailed options refer to the guides and references in the [Documentation](docs/).
166+
For more advanced usage, tutorials, and detailed options refer to the guides and references in the [Documentation](https://pgroll.com/docs/).
167167

168168
## Benchmarks
169169

0 commit comments

Comments
 (0)