Bump to ccache 4.4
[platform/upstream/ccache.git] / README.md
index d6b127d..9df170e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,24 +1,27 @@
-ccache – a fast compiler cache
+Ccache – a fast compiler cache
 ==============================
 
-[![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache)
+[![Build Status](https://github.com/ccache/ccache/workflows/Build/badge.svg)](https://github.com/ccache/ccache/actions?query=workflow%3A%22Build%22)
+[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/context:cpp)
+[![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts)
+[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057)
+[![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache)
 
-ccache is a compiler cache. It speeds up recompilation by caching the result of
-previous compilations and detecting when the same compilation is being done
-again. Supported languages are C, C++, Objective-C and Objective-C++.
+Ccache (or “ccache”) is a compiler cache. It [speeds up
+recompilation](https://ccache.dev/performance.html) by caching previous
+compilations and detecting when the same compilation is being done again.
 
 
 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)
-  * [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)
+* [Main web site](https://ccache.dev)
+* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
+* [Documentation](https://ccache.dev/documentation.html)
+* [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
+* [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
@@ -27,7 +30,9 @@ 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)
+* [Chat](https://gitter.im/ccache/ccache)
+* [Bug report info](https://ccache.dev/bugs.html)
+* [Discussions](https://github.com/ccache/ccache/discussions)
 * [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)
+  * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted)
+  * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)