8000 minor #8022 Fixed app/config/services.yml link (Walkoss) · symfony/symfony-docs@1bd696b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bd696b

Browse files
committed
minor #8022 Fixed app/config/services.yml link (Walkoss)
This PR was merged into the 3.3 branch. Discussion ---------- Fixed app/config/services.yml link The link for [Symfony Standard Edition (version 3.3) services.yml](https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml) is not found on Github because there is no master branch for `symfony/symfony-standard` so I updated it to branch version [3.3](https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml) Commits ------- 884d0b4 Fixed app/config/services.yml link
2 parents e6583b7 + 884d0b4 commit 1bd696b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,4 +1002,4 @@ Learn more
10021002
/service_container/*
10031003

10041004
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture
1005-
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
1005+
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml

0 commit comments

Comments
 (0)
0