Skip to content

Commit d9453c9

Browse files
authored
Fix JetBrains Toolbox deeplink example
1 parent 81080a8 commit d9453c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
299299
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
300300
301301
// example for PhpStorm with Jetbrains Toolbox
302-
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
302+
xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l"
303303
304304
// example for Sublime Text
305305
xdebug.file_link_format="subl://open?url=file://%f&line=%l"

0 commit comments

Comments
 (0)