Skip to content

Commit c9f0976

Browse files
authored
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.
1 parent 581d779 commit c9f0976

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)