Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94a9ad2

Browse files
Merge pull request magento#3267 from magento/3255-architecture-links
Fix links: Architecture Guide
2 parents 409a5dc + f09b100 commit 94a9ad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guides/v2.1/contributor-guide/contributing_dod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Code to cover:
140140

141141
* Must cover any formal backward-incompatible changes on code level.
142142
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/).
144144

145145
A failure in a legacy test must provide comprehensive explanation of an alternative, if there is any.
146146

@@ -171,7 +171,7 @@ The work cannot be considered as complete unless all the criteria are verified.
171171

172172

173173
[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/
175175
[2]:{{ page.baseurl }}/test/testing.html
176176
[3]:{{ page.baseurl }}/test/integration/integration_test_execution.html
177177
[4]:https://github.com/magento/devdocs

guides/v2.1/extension-dev-guide/versioning/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /guides/v2.0/architecture/versioning.html
1010
- /guides/v2.1/architecture/versioning.html
1111
- /guides/v2.2/architecture/versioning.html
12+
- /guides/v2.3/architecture/versioning.html
1213
---
1314

1415
Magento software and Magento module releases have their own unique version number.

rakelib/proofer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module Proofer
2525

2626
URL_IGNORE = %w[
2727
account.magento.com
28-
architecture
2928
config-guide
3029
docs.magento.com
3130
extension-dev-guide

0 commit comments

Comments
 (0)