@@ -89,7 +89,7 @@ defmodule Ecto.Migration do
89
89
For the rest of this document, we will cover the migration APIs
90
90
provided by Ecto. For a in-depth discussion of migrations and how
91
91
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).
93
93
94
94
## Mix tasks
95
95
@@ -215,7 +215,7 @@ defmodule Ecto.Migration do
215
215
```
216
216
217
217
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`).
219
219
220
220
## Repo configuration
221
221
@@ -405,7 +405,7 @@ defmodule Ecto.Migration do
405
405
406
406
## Additional resources
407
407
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)
409
409
410
410
"""
411
411
@@ -1627,7 +1627,7 @@ defmodule Ecto.Migration do
1627
1627
end
1628
1628
```
1629
1629
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
1631
1631
in-depth explanation of the benefits of this approach.
1632
1632
"""
1633
1633
def constraint ( table , name , opts \\ [ ] )
0 commit comments