From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1377572-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D7CD615808B
	for <garchives@archives.gentoo.org>; Sat, 19 Mar 2022 22:18:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 94FEFE08C3;
	Sat, 19 Mar 2022 22:18:29 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 68995E08C3
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:18:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 770C43431CC
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:18:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 14C9A177
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:18:27 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1647728294.ba92bba77ba90ede141ee48fdaa0caff6813ea8c.sam@gentoo>
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
X-VCS-Repository: proj/qa-scripts
X-VCS-Files: htdocs/index.html
X-VCS-Directories: htdocs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ba92bba77ba90ede141ee48fdaa0caff6813ea8c
X-VCS-Branch: master
Date: Sat, 19 Mar 2022 22:18:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 43d03ab6-b263-400d-a8c8-a906978992d6
X-Archives-Hash: deff32a0ab99ec38b4c264acddfa3601

commit:     ba92bba77ba90ede141ee48fdaa0caff6813ea8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 22:17:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 22:18:14 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ba92bba7

htdocs/index.html: update link to new eapi-usage/ directory

Contains STATS.txt for the old content but also per-EAPI files
listing ebuilds.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 htdocs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 3652d33..f6289de 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -143,7 +143,7 @@
             <div class="col-lg-4">
               <h3>Tree-wide Scanning</h3>
               <div class="list-group mb-3">
-                <a href="/output/eapi_usage.txt" class="list-group-item list-group-item-action">EAPI Usage</a>
+                <a href="/output/eapi-usage/" class="list-group-item list-group-item-action">EAPI Usage</a>
                 <a href="/output/eapi-per-eclass" class="list-group-item list-group-item-action">EAPI Usage per eclass</a>
                 <a href="/output/eapi-per-eclass/matrix.txt" class="list-group-item list-group-item-action">Eclass-EAPI usage matrix</a>
                 <a href="/output/invalid-mask.txt" class="list-group-item list-group-item-action">Invalid package.mask entries</a>