diff --git a/www/api.html b/www/api.html
index 47d9674..91fd01d 100644
--- a/www/api.html
+++ b/www/api.html
@@ -52,7 +52,7 @@
});
</script>
<!-- ImageMagick style -->
- <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+ <link rel="stylesheet" href="http://www.localhost/cse/style/look/default.css" type="text/css" />
<style type="text/css" media="all">
@import url("../www/magick.css");
</style>
@@ -224,7 +224,7 @@
(function() {
var po = document.createElement('offline-script');
po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/plusone.js';
+ po.src = 'https://apis.localhost/js/plusone.js';
var script = document.getElementsByTagName('offline-script')[0];
script.parentNode.insertBefore(po, script);
})();
@@ -280,7 +280,7 @@
<dt><a id="neko"></a>Neko</dt>
-<dd><a href="http://code.google.com/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
+<dd><a href="http://code.localhost/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
<dt><a id="dot-net"></a>.NET</dt>
@@ -300,7 +300,7 @@
<dd><a href="http://www.magickwand.org/">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</dd>
-<dd><a href="http://pecl.php.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
+<dd><a href="http://pecl.html.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
<dd><a href="http://www.francodacosta.com/phmagick">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</dd>
@@ -331,7 +331,7 @@
<dt><a id="xml-rpc"></a>XML RPC</dt>
-<dd><a href="http://code.google.com/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
+<dd><a href="http://code.localhost/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
</dl>
</div>
@@ -357,7 +357,7 @@
(function() {
var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js';
var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>