From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-914957-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 070F11395E2
	for <garchives@archives.gentoo.org>; Sun,  4 Dec 2016 02:16:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3BA7E21C084;
	Sun,  4 Dec 2016 02:16:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1A8FC21C084
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 02:16:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 71A1134114A
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 02:16:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCE04A9
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 02:16:40 +0000 (UTC)
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org>
Message-ID: <1480817760.7d5e68796a893faaedabd2d3c84ed3fda13d5136.pesa@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: /
X-VCS-Repository: proj/qt
X-VCS-Files: README.md
X-VCS-Directories: /
X-VCS-Committer: pesa
X-VCS-Committer-Name: Davide Pesavento
X-VCS-Revision: 7d5e68796a893faaedabd2d3c84ed3fda13d5136
X-VCS-Branch: master
Date: Sun,  4 Dec 2016 02:16:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3298da2f-a3bf-4791-bd56-a11410503330
X-Archives-Hash: 538c05262abbfc39c791e4b11bed82b2

commit:     7d5e68796a893faaedabd2d3c84ed3fda13d5136
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 02:16:00 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 02:16:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7d5e6879

Replace broken link in README.md

 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 02dad18..f64d083 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
 
 [![Repoman Status](https://travis-ci.org/gentoo/qt.png)](https://travis-ci.org/gentoo/qt)
 
-This is where the Gentoo Qt team develops and maintains ebuilds for
+This is where the Gentoo Qt project develops and maintains ebuilds for
 experimental Qt versions (pre-releases and "live" code from git) and
-Qt-related packages. For your convenience we provide some sets and
-`package.keyword` files.
+Qt-related packages. For your convenience, we also provide a few package
+sets and `package.keyword` files.
 
 The overlay is hosted on Github and on the official Gentoo infrastructure at:
 
@@ -19,7 +19,7 @@ recommend you copy the most applicable set to your `/etc/portage/sets/`
 directory, rename it (to prevent portage error on set redefinition), and
 customize it to your own wishes.
 
-KDE users should note that at this point they need to use the
+KDE4 users should note that at this point they need to use the
 `media-libs/phonon` package instead of `dev-qt/qtphonon`. This is the reason
 why `dev-qt/qtphonon` is commented out in the `qt4` set.
 
@@ -30,4 +30,4 @@ Bugs should be reported on https://bugs.gentoo.org. Be sure to include
 "[qt overlay]" in the summary of your bug report.
 
 Users wanting to contribute should first read the
-[Qt4 ebuild guide](http://www.gentoo.org/proj/en/desktop/qt/qt4-based-ebuild-howto.xml).
+[Qt project policies](https://wiki.gentoo.org/wiki/Project:Qt/Policies).