Skip to content

Commit 4b419f2

Browse files
minor #35074 Update links to documentation (shahariaazam)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead. Discussion ---------- Update links to documentation Security homepage URL has been updated for documentation Commits ------- 5cac295 Update links to documentation
2 parents 28e502e + 5cac295 commit 4b419f2

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

src/Symfony/Component/ClassLoader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ their locations for performance.
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/class_loader/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/class_loader.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/Config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ may be (YAML, XML, INI files, or for instance a database).
88
Resources
99
---------
1010

11-
* [Documentation](https://symfony.com/doc/current/components/config/index.html)
11+
* [Documentation](https://symfony.com/doc/current/components/config.html)
1212
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1313
* [Report issues](https://github.com/symfony/symfony/issues) and
1414
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interfaces.
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/console/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/console.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/Debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Debug component provides tools to ease debugging PHP code.
66
Resources
77
---------
88

9-
* [Documentation](https://symfony.com/doc/current/components/debug/index.html)
9+
* [Documentation](https://symfony.com/doc/current/components/debug.html)
1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1111
* [Report issues](https://github.com/symfony/symfony/issues) and
1212
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/DependencyInjection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ way objects are constructed in your application.
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/dependency_injection/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/dependency_injection.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/EventDispatcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ them.
88
Resources
99
---------
1010

11-
* [Documentation](https://symfony.com/doc/current/components/event_dispatcher/index.html)
11+
* [Documentation](https://symfony.com/doc/current/components/event_dispatcher.html)
1212
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1313
* [Report issues](https://github.com/symfony/symfony/issues) and
1414
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/Filesystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Filesystem component provides basic utilities for the filesystem.
66
Resources
77
---------
88

9-
* [Documentation](https://symfony.com/doc/current/components/filesystem/index.html)
9+
* [Documentation](https://symfony.com/doc/current/components/filesystem.html)
1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1111
* [Report issues](https://github.com/symfony/symfony/issues) and
1212
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/Form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Form component allows you to easily create, process and reuse HTML forms.
66
Resources
77
---------
88

9-
* [Documentation](https://symfony.com/doc/current/components/form/index.html)
9+
* [Documentation](https://symfony.com/doc/current/components/form.html)
1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1111
* [Report issues](https://github.com/symfony/symfony/issues) and
1212
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/HttpFoundation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ specification.
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/http_foundation/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/http_foundation.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

src/Symfony/Component/HttpKernel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ an advanced CMS system (Drupal).
99
Resources
1010
---------
1111

12-
* [Documentation](https://symfony.com/doc/current/components/http_kernel/index.html)
12+
* [Documentation](https://symfony.com/doc/current/components/http_kernel.html)
1313
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1414
* [Report issues](https://github.com/symfony/symfony/issues) and
1515
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy