Skip to content

Commit e08b579

Browse files
committed
Use versionless migrations URL for site-book redirect
Follow-up to #8230 per josbeir's suggestion.
1 parent c138716 commit e08b579

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/en/contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- [Authorization](https://book.cakephp.org/authorization/3/)
6464
- [Bake](https://book.cakephp.org/bake/3/)
6565
- [Debug Kit](https://book.cakephp.org/debugkit/5/)
66-
- [Migrations](https://book.cakephp.org/migrations/5/)
66+
- [Migrations](https://book.cakephp.org/migrations/)
6767
- [Elasticsearch](https://book.cakephp.org/elasticsearch/4/)
6868
- [Phinx](https://book.cakephp.org/phinx/0/en/)
6969
- [Chronos](https://book.cakephp.org/chronos/3/)

docs/en/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Migrations
22

3-
This page has [moved](https://book.cakephp.org/migrations/5/).
3+
This page has [moved](https://book.cakephp.org/migrations/).

docs/en/tutorials-and-examples/cms/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ conventions will save you time as you can leverage the convention-based defaults
321321
CakePHP provides.
322322

323323
::: tip Learn More
324-
Read more about database migrations and seeding in the [Migrations documentation](https://book.cakephp.org/migrations/5/).
324+
Read more about database migrations and seeding in the [Migrations documentation](https://book.cakephp.org/migrations/).
325325
:::
326326

327327
With the database built, we can now build our [Models](../../tutorials-and-examples/cms/articles-model).

docs/ja/contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
- [Authorization](https://book.cakephp.org/authorization/2/)
6565
- [Bake](https://book.cakephp.org/bake/2/ja/)
6666
- [Debug Kit](https://book.cakephp.org/debugkit/4/ja/)
67-
- [Migrations](https://book.cakephp.org/migrations/5/)
67+
- [Migrations](https://book.cakephp.org/migrations/)
6868
- [Elasticsearch](https://book.cakephp.org/elasticsearch/3/ja/)
6969
- [Phinx](https://book.cakephp.org/phinx/0/ja/)
7070
- [Chronos](https://book.cakephp.org/chronos/2/ja/)

docs/ja/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Migrations
22

3-
このページは [移動しました](https://book.cakephp.org/migrations/5/)
3+
このページは [移動しました](https://book.cakephp.org/migrations/)

0 commit comments

Comments
 (0)