diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 06:41:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 06:41:58 +0100 |
commit | 437523a5a1a442d28e84a2cb3ff84d4e031560d6 (patch) | |
tree | ae62d44986774379ce3058a6543c757ca6377db6 | |
parent | Makefile.gpyutils: add note about speeding up porting (diff) | |
download | qa-scripts-437523a5a1a442d28e84a2cb3ff84d4e031560d6.tar.gz qa-scripts-437523a5a1a442d28e84a2cb3ff84d4e031560d6.tar.bz2 qa-scripts-437523a5a1a442d28e84a2cb3ff84d4e031560d6.zip |
htdocs: add link to py311->py312 svg/graph
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | htdocs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 681c037..f40051e 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -101,6 +101,9 @@ <div class="list-group mb-3"> <div class="list-group-item list-group-item-action p-0"> <a href="/output/gpyutils/311-to-312.txt" class="list-group-item-base-link">Py3.11 → 3.12 testing</a> + <a href="/output/gpyutils/311-to-312.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.txt" class="list-group-item-base-link">Py3.10 → 3.11 testing</a> |