8000 Improved the Symfony License pages by javiereguiluz · Pull Request #9767 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Improved the Symfony License pages #9767

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use internal links instead of absolute URLs
  • Loading branch information
javiereguiluz committed May 14, 2018
commit 7fbd12f31a5473432b639ec0049f02326079f933
5 changes: 2 additions & 3 deletions contributing/code/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ THE SOFTWARE.
Other Symfony Licenses
----------------------

Check out the `license of the Symfony documentation`_ and other
`Symfony licenses and trademarks`_.
Check out the :doc:`license of the Symfony documentation </contributing/documentation/license>`
and other `Symfony licenses and trademarks`_.

.. `the MIT license`: https://en.wikipedia.org/wiki/MIT_License
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing underscore:

.. _`the MIT license`: https://en.wikipedia.org/wiki/MIT_License

.. _`license of the Symfony documentation`: https://symfony.com/doc/current/contributing/documentation/license.html
.. _`Symfony licenses and trademarks`: https://symfony.com/license
5 changes: 2 additions & 3 deletions contributing/documentation/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ This is a human-readable summary of the `Legal Code (the full license)`_.
Other Symfony Licenses
----------------------

Check out the `license of the Symfony code`_ and other
`Symfony licenses and trademarks`_.
Check out the :doc:`license of the Symfony code </contributing/code/license>`
and other `Symfony licenses and trademarks`_.

.. _`CC BY-SA 3.0`: http://creativecommons.org/licenses/by-sa/3.0/
.. _Legal Code (the full license): http://creativecommons.org/licenses/by-sa/3.0/legalcode
.. _`license of the Symfony code`: https://symfony.com/doc/current/contributing/code/license.html
.. _`Symfony licenses and trademarks`: https://symfony.com/license
0