Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Routing] Fix a route path in a routing example #6883

Merged
merged 1 commit into from
Aug 21, 2016

Conversation

thomasbisignani
Copy link
Contributor

Hello,

I found a little issue in the Routing documentation, like this example, the route path is not correct, the blog_list route will match when the user goes to /blog.
This PR fixes the issue.

routing

@wouterj
Copy link
Member

wouterj commented Aug 17, 2016

👍
status: reviewed

@weaverryan
Copy link
Member

Thank you so much Thomas! I almost definitely messed this up personally, recently, and I'm so glad you found and fixed it! Cheers!

@weaverryan weaverryan merged commit fc25add into symfony:2.7 Aug 21, 2016
weaverryan added a commit that referenced this pull request Aug 21, 2016
…gnani)

This PR was merged into the 2.7 branch.

Discussion
----------

[Routing] Fix a route path in a routing example

Hello,

I found a little issue in the Routing documentation, like this example, the route path is not correct, the **blog_list** route will match when the user goes to **/blog**.
This PR fixes the issue.

![routing](https://cloud.githubusercontent.com/assets/6014143/17735160/1851cc9c-6481-11e6-9c6e-942d4b3411e5.png)

Commits
-------

fc25add [Routing] Fix a route path in a routing example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants