Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1bd696b

Browse filesBrowse 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
Copy full SHA for 1bd696b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎service_container.rst

Copy file name to clipboardExpand all lines: service_container.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.