From 3d1ae5540c5e40eb3b3df792acca595a2879b6ab Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:58:03 +0530 Subject: [PATCH] Add docs link --- README.md | 4 ++-- renderer/components/settings-tab/GpuIdInput.tsx | 7 ++++--- renderer/components/settings-tab/index.tsx | 2 +- renderer/pages/index.tsx | 16 +++++----------- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 743a19e..246e818 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ Upscayl should be available on the software listings of most Linux operating sys 2. Download the `.exe` file. 3. Double click exe file, wait for installation, profit. -# 👨‍🏫 Wiki - Tutorials and Guides +# 👨‍🏫 Documentation - Tutorials and Guides -Check out our Wiki [here](https://github.com/upscayl/upscayl/wiki/Guide). +Check out our Documentation [here](https://docs.upscayl.org/). - [Try out even more new models!](https://github.com/upscayl/custom-models) - [Convert your own models](https://github.com/upscayl/upscayl/wiki/%F0%9F%96%A5%EF%B8%8F-Model-Conversion---Create-more-AI-models!) diff --git a/renderer/components/settings-tab/GpuIdInput.tsx b/renderer/components/settings-tab/GpuIdInput.tsx index 5dd7429..bbbdb9e 100644 --- a/renderer/components/settings-tab/GpuIdInput.tsx +++ b/renderer/components/settings-tab/GpuIdInput.tsx @@ -9,8 +9,9 @@ export function GpuIdInput({ gpuId, handleGpuIdChange }) { return (

GPU ID

-

Please - read the Upscayl Wiki for more information.

+

+ Please read the Upscayl Documentation for more information. +

{window.electron.platform === "win" && (

Enable performance mode on Windows for better results. @@ -19,7 +20,7 @@ export function GpuIdInput({ gpuId, handleGpuIdChange }) { diff --git a/renderer/components/settings-tab/index.tsx b/renderer/components/settings-tab/index.tsx index 65995bf..b308133 100644 --- a/renderer/components/settings-tab/index.tsx +++ b/renderer/components/settings-tab/index.tsx @@ -186,7 +186,7 @@ function SettingsTab({

Having issues?

🙏 GET HELP diff --git a/renderer/pages/index.tsx b/renderer/pages/index.tsx index 058c547..b001053 100644 --- a/renderer/pages/index.tsx +++ b/renderer/pages/index.tsx @@ -138,7 +138,7 @@ const Home = () => { if (data.includes("Invalid GPU")) { toast({ title: "GPU Error", - description: `Ran into an issue with the GPU. Please read the wiki for troubleshooting! (${data})`, + description: `Ran into an issue with the GPU. Please read the docs for troubleshooting! (${data})`, action: (
{ > Copy Error - - Troubleshoot + + Troubleshoot
), @@ -174,11 +171,8 @@ const Home = () => { > Copy Error - - Troubleshoot + + Troubleshoot
),