Commit c9f0976
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments