Skip to content

Commit ce7e420

Browse files
committed
Fix duplicate links and build warnings
1 parent a4af008 commit ce7e420

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: 2017/08/18/cakephp_350_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Deprecations
2323

2424
3.5.0 deprecates a number of methods as we continue to transition away from
2525
combined get/set methods in favour of separate get/set methods. The `migration
26-
guide <https://book.cakephp.org/3.0/en/appendices/3-5-migration-guide.html#deprecations>`_
26+
guide <https://book.cakephp.org/3.0/en/appendices/3-5-migration-guide.html#deprecations>`__
2727
has the full list of deprecated methods and their replacements. Deprecated
2828
features will continue to exist and behave as they always have until 4.0.0
2929

Diff for: 2018/04/14/cakephp_360_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you to make incremental progress in fixing them. To disable deprecation warnings
3131
set ``Error.errorLevel`` to ``E_ALL ^ E_USER_DEPRECATED`` in **config/app.php**.
3232

3333
The `migration guide
34-
<https://book.cakephp.org/3.0/en/appendices/3-6-migration-guide.html#deprecations>`_
34+
<https://book.cakephp.org/3.0/en/appendices/3-6-migration-guide.html#deprecations>`__
3535
has the full list of deprecated methods and their replacements. Deprecated
3636
features will continue to exist and behave as they always have until 4.0.0
3737

Diff for: 2018/12/08/cakephp_370_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ you to make incremental progress in fixing them. To disable deprecation warnings
2929
set ``Error.errorLevel`` to ``E_ALL ^ E_USER_DEPRECATED`` in **config/app.php**.
3030

3131
The `migration guide
32-
<https://book.cakephp.org/3.0/en/appendices/3-7-migration-guide.html#deprecations>`_
32+
<https://book.cakephp.org/3.0/en/appendices/3-7-migration-guide.html#deprecations>`__
3333
has the full list of deprecated methods and their replacements. Deprecated
3434
features will continue to exist and behave as they always have until 4.0.0
3535

Diff for: 2019/06/26/cakephp_380_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ you to make incremental progress in fixing them. To disable deprecation warnings
3333
set ``Error.errorLevel`` to ``E_ALL ^ E_USER_DEPRECATED`` in **config/app.php**.
3434

3535
The `migration guide
36-
<https://book.cakephp.org/3.0/en/appendices/3-8-migration-guide.html#deprecations>`_
36+
<https://book.cakephp.org/3.0/en/appendices/3-8-migration-guide.html#deprecations>`__
3737
has more details on the deprecation in 3.8 and their replacements. Deprecated
3838
features will continue to exist and behave as they always have until 4.0.0
3939

Diff for: 2022/06/02/cakehphp_4310_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CakePHP 4.3.10 Released
2-
======================
2+
=======================
33

44
The CakePHP core team is happy to announce the immediate availability of CakePHP
55
4.3.10. This is a maintenance release for the 4.3 branch that fixes several

0 commit comments

Comments
 (0)