Skip to content

Commit bddc7bc

Browse files
authored
chore(docs): Update Safe Ecto Migrations link (#689)
1 parent 074a271 commit bddc7bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ecto/migration.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ defmodule Ecto.Migration do
8989
For the rest of this document, we will cover the migration APIs
9090
provided by Ecto. For a in-depth discussion of migrations and how
9191
to use them safely within your application and data, see the
92-
[Safe Ecto Migrations guide](https://fly.io/phoenix-files/safe-ecto-migrations/).
92+
[Safe Ecto Migrations guide](https://github.com/fly-apps/safe-ecto-migrations).
9393
9494
## Mix tasks
9595
@@ -215,7 +215,7 @@ defmodule Ecto.Migration do
215215
```
216216
217217
Now, when you run `mix format`, the formatter should apply Ecto's custom rules when formatting
218-
your migrations (e.g. no brackets are automatically added when creating columns with `add/3`).
218+
your migrations (e.g. no brackets are automatically added when creating columns with `add/3`).
219219
220220
## Repo configuration
221221
@@ -405,7 +405,7 @@ defmodule Ecto.Migration do
405405
406406
## Additional resources
407407
408-
* The [Safe Ecto Migrations guide](https://fly.io/phoenix-files/safe-ecto-migrations/)
408+
* The [Safe Ecto Migrations guide](https://github.com/fly-apps/safe-ecto-migrations)
409409
410410
"""
411411

@@ -1627,7 +1627,7 @@ defmodule Ecto.Migration do
16271627
end
16281628
```
16291629
1630-
See the [Safe Ecto Migrations guide](https://fly.io/phoenix-files/safe-ecto-migrations/) for an
1630+
See the [Safe Ecto Migrations guide](https://github.com/fly-apps/safe-ecto-migrations) for an
16311631
in-depth explanation of the benefits of this approach.
16321632
"""
16331633
def constraint(table, name, opts \\ [])

0 commit comments

Comments
 (0)