Skip to content

Commit ae50d49

Browse files
committed
revise index.hrml
1 parent 3dc7e3c commit ae50d49

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<section class="page-header">
1414
<h1 class="project-name">php-vips</h1>
1515
<h2 class="project-tagline">php binding for libvips</h2>
16-
<a href="https://github.com/jcupitt/php-vips" class="btn">View on GitHub</a>
16+
<a href="https://github.com/libvips/php-vips" class="btn">View on GitHub</a>
1717
</section>
1818

1919
<section class="main-content">
2020
<h1>
2121
<a id="high-level-php-binding-for-libvips" class="anchor" href="#high-level-php-binding-for-libvips" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>High-level PHP binding for libvips</h1>
2222

23-
<p><code>php-vips</code> is a binding for <a href="https://github.com/jcupitt/libvips">libvips</a> for
23+
<p><code>php-vips</code> is a binding for <a href="https://github.com/libvips/libvips">libvips</a> for
2424
PHP 7. </p>
2525

2626
<p>libvips is fast and needs little memory. The <a href="https://github.com/jcupitt/php-vips-bench"><code>vips-php-bench</code></a> repository tests
@@ -36,7 +36,8 @@ <h1>
3636

3737
<p>This module builds upon the <code>vips</code> PHP extension, see:</p>
3838

39-
<p><a href="https://github.com/jcupitt/php-vips-ext">https://github.com/jcupitt/php-vips-ext</a></p>
39+
<p><a
40+
href="https://github.com/libvips/php-vips-ext">https://github.com/libvips/php-vips-ext</a></p>
4041

4142
<p>You'll need to install that first. It's tested on Linux and macOS ---
4243
Windows would need some work, but should be possible. </p>
@@ -71,7 +72,7 @@ <h3>
7172
$ ./try1.php ~/pics/k2.jpg x.tif
7273
</code></pre>
7374

74-
<p>See <code>examples/</code>. We have a <a href="https://jcupitt.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html">complete set of formatted API
75+
<p>See <code>examples/</code>. We have a <a href="https://libvips.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html">complete set of formatted API
7576
docs</a>.</p>
7677

7778
<h3>
@@ -108,7 +109,7 @@ <h3>
108109

109110
<div class="highlight highlight-text-html-php"><pre><span class="pl-s1"><span class="pl-smi">$image</span><span class="pl-k">-&gt;</span>writeToFile(<span class="pl-s"><span class="pl-pds">"</span>fred.jpg<span class="pl-pds">"</span></span>, [<span class="pl-s"><span class="pl-pds">"</span>Q<span class="pl-pds">"</span></span> <span class="pl-k">=&gt;</span> <span class="pl-c1">90</span>]);</span></pre></div>
110111

111-
<p><code>php-vips</code> comes <a href="https://jcupitt.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html">with full API docs</a>. To regenerate these from your sources, type:</p>
112+
<p><code>php-vips</code> comes <a href="https://libvips.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html">with full API docs</a>. To regenerate these from your sources, type:</p>
112113

113114
<pre><code>$ vendor/bin/phpdoc
114115
</code></pre>
@@ -118,7 +119,7 @@ <h3>
118119
<p>There are around 300 operations in the library, see the vips docs for an
119120
introduction:</p>
120121

121-
<p><a href="http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/">http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/</a></p>
122+
<p><a href="https://libvips.github.io/libvips">https://libvips.github.io/libvips</a></p>
122123

123124
<h3>
124125
<a id="how-it-works" class="anchor" href="#how-it-works" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How it works</h3>
@@ -150,7 +151,7 @@ <h3>
150151
</code></pre>
151152

152153
<footer class="site-footer">
153-
<span class="site-footer-owner"><a href="https://github.com/jcupitt/php-vips">php-vips</a> is maintained by <a href="https://github.com/jcupitt">jcupitt</a>.</span>
154+
<span class="site-footer-owner"><a href="https://github.com/libvips/php-vips">php-vips</a> is maintained by <a href="https://github.com/jcupitt">jcupitt</a>.</span>
154155

155156
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
156157
</footer>

0 commit comments

Comments
 (0)