From: Joel Rosdahl Date: Mon, 29 Apr 2019 19:03:13 +0000 (+0200) Subject: Fix “Help wanted”/”Good first issues” links X-Git-Tag: v3.7.1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ac58a394a08202c594ea170fdf12673d7891fd7;p=thirdparty%2Fccache.git Fix “Help wanted”/”Good first issues” links --- diff --git a/README.md b/README.md index 58f8a4dab..c88bb21b3 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Contributing to ccache * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/) * [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) + * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted) + * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)