-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
replace "Symfony2" with "Symfony" #4205
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
Conversation
xabbuh
commented
Sep 5, 2014
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | all |
Fixed tickets | #4203 |
@xabbuh beware that if we change any title of any section, links will be broken. For internal anchors is not that important I guess, but for the title of the chapters, this would be a big problem. Example: https://github.com/symfony/symfony-docs/pull/4205/files#diff-7c476141c8e94caded7e7fc0707ff263R1 |
@@ -402,7 +402,7 @@ messages of all the commits. When you are finished, execute the push command. | |||
.. _ProGit: http://git-scm.com/book | |||
.. _GitHub: https://github.com/signup/free | |||
.. _`GitHub's Documentation`: https://help.github.com/articles/ignoring-files | |||
.. _Symfony2 repository: https://github.com/symfony/symfony | |||
.. _Symfony repository: https://github.com/symfony/symfony |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should fix the alignment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I even don't like those kind of alignment at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, this is also why I hate aligning =
and =>
in code. But if the alignment is used, it should be respected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with you. I'm currently adding labels for the changed headlines and will fix the alignment here then.
@javiereguiluz Hm, that's true. How do we deal with this? Could adding explicit labels with the outdated headline be an option? |
I added labels for all modified headlines. |
WOW, another HUGE PR. Amazing - thanks @xabbuh! |