Fix version hyperlink (#407)

This commit is contained in:
catboxanon 2024-02-25 22:41:11 -05:00 committed by GitHub
parent 056d4d0f91
commit beb6e76135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1203,7 +1203,7 @@ def versions_html():
xformers_version = "N/A"
return f"""
version: <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/{commit}">{tag}</a>
version: <a href="https://github.com/lllyasviel/stable-diffusion-webui-forge/commit/{commit}">{tag}</a>
&#x2000;•&#x2000;
python: <span title="{sys.version}">{python_version}</span>
&#x2000;•&#x2000;