Skip to content

Commit 198179e

Browse files
paulhenri-lcomplex857
authored andcommitted
Fix broken link in guide (#104)
1 parent d44a8f2 commit 198179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phpcomplete.vim does **not** generate that file for you, so before using phpcomp
88

99
### Generating a `tags` file
1010

11-
First, you'll need a program that can parse your PHP project and output a tags file. There are a few choices for doing so and they're outlined here: [Getting Better Tags](/shawncplus/phpcomplete.vim/wiki/Getting-better-tags).
11+
First, you'll need a program that can parse your PHP project and output a tags file. There are a few choices for doing so and they're outlined here: [Getting Better Tags](https://github.com/shawncplus/phpcomplete.vim/wiki/Getting-better-tags).
1212

1313
Once you have a `ctags` or `phpctags` program installed, make sure it's in your `$PATH` ([relevant StackExchange post](https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path)).
1414

0 commit comments

Comments
 (0)