diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-06 09:58:44 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-06 09:58:44 +0000 |
commit | 96e446218cf80c9b095ea7d69f3b1fafb32bf462 (patch) | |
tree | 01ad49f102de703f6296d45dc7bf49ccb986a658 /html/footer.html | |
parent | a009fe15fd98b44aede07c47bf7938fb4280924b (diff) | |
download | stable-diffusion-webui-gfx803-96e446218cf80c9b095ea7d69f3b1fafb32bf462.tar.gz stable-diffusion-webui-gfx803-96e446218cf80c9b095ea7d69f3b1fafb32bf462.tar.bz2 stable-diffusion-webui-gfx803-96e446218cf80c9b095ea7d69f3b1fafb32bf462.zip |
link footer API to Wiki when API is not active
Diffstat (limited to 'html/footer.html')
-rw-r--r-- | html/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/footer.html b/html/footer.html index 1ce13295..69b2372c 100644 --- a/html/footer.html +++ b/html/footer.html @@ -1,5 +1,5 @@ <div>
- <a href="/docs">API</a>
+ <a href="{api_docs}">API</a>
•
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
•
|