Skip to content

Commit 6fe874b

Browse files
committed
minor #9076 Minor fixes in the bundles article (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Minor fixes in the bundles article This was reported by @xabbuh in #9052 after it was merged, so let's fix it. Commits ------- 4ec6374 Minor fixes in the bundles article
2 parents 5061238 + 4ec6374 commit 6fe874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Creating a Bundle
6868
`SensioGeneratorBundle`_ is an optional bundle that includes commands to create
6969
different elements of your application, such as bundles. If you create lots of
7070
bundles, consider using it. However, this section creates and enables a new
71-
bundle by hand to show how simple is to do it.
71+
bundle by hand to show how simple it is to do it.
7272

7373
The new bundle is called AcmeTestBundle, where the ``Acme`` portion is just a
7474
dummy name that should be replaced by some "vendor" name that represents you or
@@ -179,4 +179,4 @@ Learn more
179179
bundles/*
180180

181181
.. _`third-party bundles`: https://github.com/search?q=topic%3Asymfony-bundle&type=Repositories
182-
.. _`SensioGeneratorBundle`: https://github.com/sensiolabs/SensioGeneratorBundle
182+
.. _`SensioGeneratorBundle`: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html

0 commit comments

Comments
 (0)