-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from nick-vanpraet/fix/update-outdated-links
Update outdated links
- Loading branch information
Showing
45 changed files
with
104 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "UPGRADE_GUIDE" | ||
link_text = "UPGRADE-5.0.md guide" | ||
link_url = "https://github.com/mautic/mautic/blob/5.x/UPGRADE-5.0.md" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 best practices environment variables" | ||
link_text = "best practices" | ||
link_url = "https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration" | ||
link_name = "Symfony best practices environment variables" | ||
link_text = "Symfony 5 best practices for environment variables" | ||
link_url = "https://symfony.com/doc/5.x/best_practices.html#use-environment-variables-for-infrastructure-configuration" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 environment conventions" | ||
link_text = "Mautic follows the Symfony 4.4 environment conventions:" | ||
link_url = "https://symfony.com/doc/4.4/index.html" | ||
link_name = "Symfony environment conventions" | ||
link_text = "Mautic follows the Symfony 5.5 environment conventions:" | ||
link_url = "https://symfony.com/doc/5.x/index.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 Form constraints" | ||
link_text = "Symfony 4 Form constraints" | ||
link_url = "https://symfony.com/doc/4.4/reference/constraints.html" | ||
link_name = "Symfony Form constraints" | ||
link_text = "Symfony 5 Form constraints" | ||
link_url = "https://symfony.com/doc/5.x/reference/constraints.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 custom Form field type" | ||
link_text = "Symfony 4 custom Form field type" | ||
link_url = "https://symfony.com/doc/4.4/form/create_custom_field_type.html#defining-the-form-type" | ||
link_name = "Symfony custom Form field type" | ||
link_text = "Symfony 5 custom Form field type" | ||
link_url = "https://symfony.com/doc/5.x/form/create_custom_field_type.html#defining-the-form-type" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 dynamic form modification" | ||
link_text = "Symfony 4 dynamic form modification" | ||
link_url = "https://symfony.com/doc/4.4/form/dynamic_form_modification.html" | ||
link_name = "Symfony dynamic form modification" | ||
link_text = "Symfony 5 dynamic form modification" | ||
link_url = "https://symfony.com/doc/5.x/form/dynamic_form_modification.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 form classes" | ||
link_text = "Symfony 4 form classes" | ||
link_url = "https://symfony.com/doc/4.4/forms.html#creating-form-classes" | ||
link_name = "Symfony form classes" | ||
link_text = "Symfony 5 form classes" | ||
link_url = "https://symfony.com/doc/5.x/forms.html#creating-form-classes" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 form validation" | ||
link_text = "Symfony 4 form validation" | ||
link_url = "https://symfony.com/doc/4.4/forms.html#validating-forms" | ||
link_name = "Symfony form validation" | ||
link_text = "Symfony 5 form validation" | ||
link_url = "https://symfony.com/doc/5.x/forms.html#validating-forms" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 Form validation groups" | ||
link_text = "Symfony 4 Form validation groups" | ||
link_url = "https://symfony.com/doc/4.4/form/validation_groups.html" | ||
link_name = "Symfony 5 Form validation groups" | ||
link_text = "Symfony 5 Form validation groups" | ||
link_url = "https://symfony.com/doc/5.x/form/validation_groups.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 service configurators" | ||
link_text = "Symfony 4 service configurators" | ||
link_url = "https://symfony.com/doc/4.4/service_container/configurators.html" | ||
link_name = "Symfony service configurators" | ||
link_text = "Symfony 5 service configurators" | ||
link_url = "https://symfony.com/doc/5.x/service_container/configurators.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 service decoration" | ||
link_text = "Symfony 4 service decoration" | ||
link_url = "https://symfony.com/doc/4.4/service_container/service_decoration.html" | ||
link_name = "Symfony service decoration" | ||
link_text = "Symfony 5 service decoration" | ||
link_url = "https://symfony.com/doc/5.x/service_container/service_decoration.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 factories" | ||
link_text = "Symfony 4 factories" | ||
link_url = "https://symfony.com/doc/4.4/service_container/factories.html" | ||
link_name = "Symfony factories" | ||
link_text = "Symfony 5 factories" | ||
link_url = "https://symfony.com/doc/5.x/service_container/factories.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 synthetic services" | ||
link_text = "Symfony 4 synthetic services" | ||
link_url = "https://symfony.com/doc/4.4/service_container/synthetic_services.html" | ||
link_name = "Symfony synthetic services" | ||
link_text = "Symfony 5 synthetic services" | ||
link_url = "https://symfony.com/doc/5.x/service_container/synthetic_services.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 service tags" | ||
link_text = "Symfony 4 service tags" | ||
link_url = "https://symfony.com/index.php/doc/4.4/service_container/tags.html" | ||
link_name = "Symfony service tags" | ||
link_text = "Symfony 5 service tags" | ||
link_url = "https://symfony.com/doc/5.x/service_container/tags.html" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
6 changes: 3 additions & 3 deletions
6
docs/links/symfony_docs_services_requiring_file_before_loading.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 requiring a file before loading a service" | ||
link_text = "Symfony 4 requiring a file before loading a service" | ||
link_url = "https://symfony.com/doc/4.4/service_container/definitions.html#requiring-files" | ||
link_name = "Symfony requiring a file before loading a service" | ||
link_text = "Symfony 5 requiring a file before loading a service" | ||
link_url = "https://symfony.com/doc/5.x/service_container/definitions.html#requiring-files" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from . import link | ||
|
||
link_name = "Symfony 4 console command tag" | ||
link_text = "Symfony 4 console command tag" | ||
link_url = "https://symfony.com/doc/4.4/reference/dic_tags.html#console-command" | ||
link_name = "Symfony console command tag" | ||
link_text = "Symfony 5 console command tag" | ||
link_url = "https://symfony.com/doc/5.x/reference/dic_tags.html#console-command" | ||
|
||
link.xref_links.update({link_name: (link_text, link_url)}) |
Oops, something went wrong.