File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
extension-dev-guide/versioning Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Code to cover:
140
140
141
141
* Must cover any formal backward-incompatible changes on code level.
142
142
For more information, see
143
- [ Magento's backward compatibility policy] ({{ page.baseurl }}/architecture/back-compatibility.html ).
143
+ [ Magento's backward compatibility policy] ({{ page.baseurl }}/contributor-guide/backward-compatible-development/ ).
144
144
145
145
A failure in a legacy test must provide comprehensive explanation of an alternative, if there is any.
146
146
@@ -171,7 +171,7 @@ The work cannot be considered as complete unless all the criteria are verified.
171
171
172
172
173
173
[ 0] :{{ page.baseurl }}/coding-standards/docblock-standard-general.html
174
- [ 1] :{{ page.baseurl }}/architecture/back-compatibility.html
174
+ [ 1] :{{ page.baseurl }}/contributor-guide/backward-compatible-development/
175
175
[ 2] :{{ page.baseurl }}/test/testing.html
176
176
[ 3] :{{ page.baseurl }}/test/integration/integration_test_execution.html
177
177
[ 4 ] :https://github.com/magento/devdocs
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ redirect_from:
9
9
- /guides/v2.0/architecture/versioning.html
10
10
- /guides/v2.1/architecture/versioning.html
11
11
- /guides/v2.2/architecture/versioning.html
12
+ - /guides/v2.3/architecture/versioning.html
12
13
---
13
14
14
15
Magento software and Magento module releases have their own unique version number.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ module Proofer
25
25
26
26
URL_IGNORE = %w[
27
27
account.magento.com
28
- architecture
29
28
config-guide
30
29
docs.magento.com
31
30
extension-dev-guide
You can’t perform that action at this time.
0 commit comments