]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update ccache.samba.org URLs to refer to ccache.dev
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Apr 2019 17:12:48 +0000 (19:12 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Apr 2019 17:12:48 +0000 (19:12 +0200)
LICENSE.adoc
README.md
doc/INSTALL-from-release-archive.md
doc/MANUAL.adoc
src/ccache.c

index 4888b83b00042c2902c0e4d58a1105c7a69979f4..34a8fb5a17c588e83b4f85f43d582900eef2b372 100644 (file)
@@ -29,10 +29,10 @@ Copyright and authors
 ---------------------
 
 ccache is a collective work with contributions from many people, listed in
-AUTHORS.adoc and at https://ccache.samba.org/credits.html. Subsequent additions
-by contributing authors are implicitly licensed to the public under the same
-terms (GNU GPL version 3 or later), but the contributing authors retain
-copyrights on their portions of the work.
+AUTHORS.adoc and at https://ccache.dev/credits.html. Subsequent additions by
+contributing authors are implicitly licensed to the public under the same terms
+(GNU GPL version 3 or later), but the contributing authors retain copyrights on
+their portions of the work.
 
 The copyright for ccache as a whole is as follows:
 
index 63bed113ce9cd29c5bd861763841b651468fa1d9..58f8a4dab12cd25f0387e5fd06e0615b5114ef78 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,14 +13,14 @@ again. Supported languages are C, C++, Objective-C and Objective-C++.
 General information
 -------------------
 
-* [Main web site](https://ccache.samba.org)
-* [Documentation](https://ccache.samba.org/documentation.html)
-  * [Latest manual](https://ccache.samba.org/manual/latest.html)
+* [Main web site](https://ccache.dev)
+* [Documentation](https://ccache.dev/documentation.html)
+  * [Latest manual](https://ccache.dev/manual/latest.html)
   * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
   * [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md)
-* [Release notes](https://ccache.samba.org/releasenotes.html)
-* [Credits and history](https://ccache.samba.org/credits.html)
-* [License and copyright](https://ccache.samba.org/license.html)
+* [Release notes](https://ccache.dev/releasenotes.html)
+* [Credits and history](https://ccache.dev/credits.html)
+* [License and copyright](https://ccache.dev/license.html)
 
 
 Contributing to ccache
@@ -29,7 +29,7 @@ Contributing to ccache
 * [Source repository](https://github.com/ccache/ccache)
 * [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
 * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
-* [Bug report info](https://ccache.samba.org/bugs.html)
+* [Bug report info](https://ccache.dev/bugs.html)
 * [Issue tracker](https://github.com/ccache/ccache/issues)
   * [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted)
   * [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue)
index e5e335d4da9dbd39f12cbcd3fbb25eafa472b39a..a72599e9ffce29561a3e0b47f5f4b18bd0f7961d 100644 (file)
@@ -5,7 +5,7 @@ Prerequisites
 -------------
 
 To build ccache from a
-[release archive](https://ccache.samba.org/download.html), you need:
+[release archive](https://ccache.dev/download.html), you need:
 
 - A C compiler (for instance GCC)
 
index 5c6cc4452edeb64d7b096433c2fa0984906ed290..bfafd3025ff3b14b41549274fb4dc4f0ad7457f3 100644 (file)
@@ -1272,7 +1272,7 @@ More information
 ----------------
 
 Credits, mailing list information, bug reporting instructions, source code,
-etc, can be found on ccache's web site: <https://ccache.samba.org>.
+etc, can be found on ccache's web site: <https://ccache.dev>.
 
 
 Author
@@ -1280,4 +1280,4 @@ Author
 
 ccache was originally written by Andrew Tridgell and is currently developed and
 maintained by Joel Rosdahl. See AUTHORS.txt or AUTHORS.html and
-<https://ccache.samba.org/credits.html> for a list of contributors.
+<https://ccache.dev/credits.html> for a list of contributors.
index e0a3c5de5f882befbe34a8b1a8dfe1c2d24b5536..44055232a88d23666d1e2f10c64eadc2a39d3066 100644 (file)
@@ -87,7 +87,7 @@ static const char USAGE_TEXT[] =
        "                              values in machine-parsable format\n"
        "    -o, --set-config=K=V      set configuration item K to value V\n"
        "\n"
-       "See also <https://ccache.samba.org>.\n";
+       "See also <https://ccache.dev>.\n";
 
 // Global configuration data.
 struct conf *conf = NULL;