From 67853acabd9f9a7d9b4d013e154f532b035469e2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 14 Jul 2023 20:58:54 +0200 Subject: [PATCH] docs link update --- README.md | 6 +++--- apps/ui/src/routes/__layout.svelte | 4 ++-- .../applications/[id]/configuration/source.svelte | 4 ++-- .../routes/destinations/[id]/_NewRemoteDocker.svelte | 12 +++++++++--- apps/ui/src/routes/sources/[id]/_Gitlab.svelte | 6 +++--- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 56b458595..bf54462bd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you have a new service / build pack you would like to add, raise an idea [her ## How to install -For more details goto the [docs](https://docs.coollabs.io/coolify/installation). +For more details goto the [docs](https://docs.coollabs.io/coolify-v3/installation). Installation is automated with the following command: @@ -79,9 +79,9 @@ Deploy your resource to: ### Services - [Appwrite](https://appwrite.io) -- [WordPress](https://docs.coollabs.io/coolify/services/wordpress) +- [WordPress](https://docs.coollabs.io/coolify-v3/services/wordpress) - [Ghost](https://ghost.org) -- [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics) +- [Plausible Analytics](https://docs.coollabs.io/coolify-v3/services/plausible-analytics) - [NocoDB](https://nocodb.com) - [VSCode Server](https://github.com/cdr/code-server) - [MinIO](https://min.io) diff --git a/apps/ui/src/routes/__layout.svelte b/apps/ui/src/routes/__layout.svelte index 4e68957b2..310cc3fac 100644 --- a/apps/ui/src/routes/__layout.svelte +++ b/apps/ui/src/routes/__layout.svelte @@ -293,7 +293,7 @@ diff --git a/apps/ui/src/routes/applications/[id]/configuration/source.svelte b/apps/ui/src/routes/applications/[id]/configuration/source.svelte index 20db4c7bb..cef10b2a9 100644 --- a/apps/ui/src/routes/applications/[id]/configuration/source.svelte +++ b/apps/ui/src/routes/applications/[id]/configuration/source.svelte @@ -255,12 +255,12 @@ {/if}
Public Repository from Git
- +
Simple Dockerfile
- +
diff --git a/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte b/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte index 5b569ab63..2944506fa 100644 --- a/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte +++ b/apps/ui/src/routes/destinations/[id]/_NewRemoteDocker.svelte @@ -34,14 +34,20 @@ customClass="max-w-[32rem]" text="Remote Docker Engines are using SSH to communicate with the remote docker engine. You need to setup an SSH key in advance on the server and install Docker. -
See
docs for more details." +
See docs for more details." />
-
+
{$t('forms.configuration')}
-