Skip to content

Commit d517e85

Browse files
committed
update links
1 parent 16451e8 commit d517e85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ ./try1.php ~/pics/k2.jpg x.tif
7171
```
7272

7373
See `examples/`. We have a [complete set of formatted API
74-
docs](https://libvips.github.io/php-vips/docs/classes/Jcupitt-Vips-Image.html).
74+
docs](https://libvips.github.io/php-vips/classes/Jcupitt-Vips-Image.html).
7575

7676

7777
### How it works
@@ -136,7 +136,9 @@ For example:
136136
$image->writeToFile("fred.jpg", ["Q" => 90]);
137137
```
138138

139-
`php-vips` comes [with full API docs](https://libvips.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html). To regenerate these from your sources, type:
139+
`php-vips` comes [with full API
140+
docs](https://libvips.github.io/php-vips/classes/Jcupitt-Vips-Image.html).
141+
To regenerate these from your sources, type:
140142

141143
```
142144
$ vendor/bin/phpdoc

0 commit comments

Comments
 (0)