Skip to content

Commit 7bebfa7

Browse files
committed
minor #9443 Update deployment.rst (bricelalu)
This PR was merged into the 3.4 branch. Discussion ---------- Update deployment.rst Fix 404 not found the link was: - http://api.symfony.com/3.4/Symfony/Component/HttpKernel/Kernel/Kernel.html#method_getProjectDir> (404) And I tried to make it like this: -http://api.symfony.com/3.4/Symfony/Component/HttpKernel/Kernel.html#method_getProjectDir (working) But since I don't know how links are generated from the doc I guess that removing the useless "Kernel" and ">" can do the job. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- c9f0976 Update deployment.rst
2 parents d5668a3 + c9f0976 commit 7bebfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Deployments not Using the ``composer.json`` File
217217
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
218218

219219
Symfony applications provide a ``kernel.project_dir`` parameter and a related
220-
:method:`Symfony\\Component\\HttpKernel\\Kernel\\Kernel::getProjectDir>` method.
220+
:method:`Symfony\\Component\\HttpKernel\\Kernel::getProjectDir` method.
221221
You can use this method to perform operations with file paths relative to your
222222
project's root directory. The logic to find that project root directory is based
223223
on the location of the main ``composer.json`` file.

0 commit comments

Comments
 (0)