diff --git a/README b/README index 2d7fc970..981112ea 100644 --- a/README +++ b/README @@ -620,7 +620,7 @@ Bugs: ===== Please report all bugs to our issue tracker: - http://code.google.com/p/webp/issues + https://bugs.chromium.org/p/webp Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/README.mux b/README.mux index 74d86264..a4320047 100644 --- a/README.mux +++ b/README.mux @@ -199,7 +199,7 @@ Bugs: ===== Please report all bugs to our issue tracker: - http://code.google.com/p/webp/issues + https://bugs.chromium.org/p/webp Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/configure.ac b/configure.ac index f23d4ae9..c505d05b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libwebp], [0.4.3], - [http://code.google.com/p/webp/issues],, + [https://bugs.chromium.org/p/webp],, [http://developers.google.com/speed/webp]) AC_CANONICAL_HOST AC_PREREQ([2.60]) diff --git a/man/cwebp.1 b/man/cwebp.1 index a12d63b3..3fd9722f 100644 --- a/man/cwebp.1 +++ b/man/cwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH CWEBP 1 "Feb 4, 2015" +.TH CWEBP 1 "October 19, 2015" .SH NAME cwebp \- compress an image file to a WebP file .SH SYNOPSIS @@ -264,7 +264,7 @@ Only print brief information (output file size and PSNR) for testing purpose. .SH BUGS Please report all bugs to our issue tracker: -http://code.google.com/p/webp/issues +https://bugs.chromium.org/p/webp .br Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/man/dwebp.1 b/man/dwebp.1 index 1b9a26aa..aa6b2f1d 100644 --- a/man/dwebp.1 +++ b/man/dwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH DWEBP 1 "August 17, 2015" +.TH DWEBP 1 "October 19, 2015" .SH NAME dwebp \- decompress a WebP file to an image file .SH SYNOPSIS @@ -109,7 +109,7 @@ Disable all assembly optimizations. .SH BUGS Please report all bugs to our issue tracker: -http://code.google.com/p/webp/issues +https://bugs.chromium.org/p/webp .br Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/man/gif2webp.1 b/man/gif2webp.1 index 1acff850..147632d9 100644 --- a/man/gif2webp.1 +++ b/man/gif2webp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH GIF2WEBP 1 "March 7, 2014" +.TH GIF2WEBP 1 "October 19, 2015" .SH NAME gif2webp \- Convert a GIF image to WebP .SH SYNOPSIS @@ -118,7 +118,7 @@ Do not print anything. .SH BUGS Please report all bugs to our issue tracker: -http://code.google.com/p/webp/issues +https://bugs.chromium.org/p/webp .br Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/man/vwebp.1 b/man/vwebp.1 index a842f6ef..a8c2ab30 100644 --- a/man/vwebp.1 +++ b/man/vwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH VWEBP 1 "June 13, 2014" +.TH VWEBP 1 "October 19, 2015" .SH NAME vwebp \- decompress a WebP file and display it in a window .SH SYNOPSIS @@ -64,7 +64,7 @@ Quit. .SH BUGS Please report all bugs to our issue tracker: -http://code.google.com/p/webp/issues +https://bugs.chromium.org/p/webp .br Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting-patches/ diff --git a/man/webpmux.1 b/man/webpmux.1 index 024d4b1c..47f712e4 100644 --- a/man/webpmux.1 +++ b/man/webpmux.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH WEBPMUX 1 "August 28, 2014" +.TH WEBPMUX 1 "October 19, 2015" .SH NAME webpmux \- create animated WebP files from non\-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile. @@ -129,7 +129,7 @@ The nature of EXIF, XMP and ICC data is not checked and is assumed to be valid. .SH BUGS Please report all bugs to our issue tracker: -http://code.google.com/p/webp/issues +https://bugs.chromium.org/p/webp .br Patches welcome! See this page to get started: http://www.webmproject.org/code/contribute/submitting\-patches/