commit:     554dce27a06c05557dcab5d6951f044abf9a2b22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 06:12:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 06:29:40 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=554dce27

htdocs: restore py3.11 graph links

We're generating it again now.

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

 htdocs/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 94e9a99..2dcfc55 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -113,7 +113,16 @@
                 </div>
                 <div class="list-group-item list-group-item-action p-0">
                   <a href="/output/gpyutils/310-to-311.txt" 
class="list-group-item-base-link">Py3.10 → 3.11 testing</a>
+                  <a href="/output/gpyutils/310-to-311.svg" 
class="list-group-item-additional-link p-1">
+                    <span class="badge badge-primary">svg</span>
+                  </a>
                 </div> 
+                <div class="list-group-item list-group-item-action p-0">
+                  <a href="/output/gpyutils/310-to-311-stablereq.txt" 
class="list-group-item-base-link">Py3.10 → 3.11 stabilizations</a>
+                  <a href="/output/gpyutils/310-to-311-stablereq.svg" 
class="list-group-item-additional-link p-1">
+                    <span class="badge badge-primary">svg</span>
+                  </a>
+                </div>
               </div>
               <h3>Generated artifacts</h3>
               <div class="list-group mb-3">

Reply via email to