From 124a1f840283b47c5f5757f311d1a0368964479b Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Wed, 4 Sep 2024 13:42:13 +0530 Subject: [PATCH] fix: update url --- packages/noco-docs/docs/020.getting-started/020.quick-start.md | 2 +- .../{010.auto-install.md => 010.auto-upstall.md} | 0 .../docs/020.getting-started/050.self-hosted/030.upgrading.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/{010.auto-install.md => 010.auto-upstall.md} (100%) diff --git a/packages/noco-docs/docs/020.getting-started/020.quick-start.md b/packages/noco-docs/docs/020.getting-started/020.quick-start.md index 792723088a..9208d10dcd 100644 --- a/packages/noco-docs/docs/020.getting-started/020.quick-start.md +++ b/packages/noco-docs/docs/020.getting-started/020.quick-start.md @@ -16,7 +16,7 @@ When you opt for self-hosting, you gain the advantage of running an application Setting up NocoDB on your own server is a straightforward process & the articles below will guide you through the steps to get started. -- [Installation](/getting-started/self-hosted/installation/auto-install) +- [Installation](/getting-started/self-hosted/installation/auto-upstall) - [Environment Variables](/getting-started/self-hosted/environment-variables) - [Upgrading](/getting-started/self-hosted/upgrading) diff --git a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md similarity index 100% rename from packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md rename to packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md diff --git a/packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md b/packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md index 877fa659fc..0a4a092ca2 100644 --- a/packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md +++ b/packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md @@ -5,7 +5,7 @@ tags: ['Open Source'] keywords: ['NocoDB upgrade', 'upgrade NocoDB', 'upgrade nocodb'] --- -By default, if `NC_DB` is not specified upon [installation](/getting-started/self-hosted/installation/auto-install), then SQLite will be used to store metadata. We suggest users to separate the metadata and user data in different databases as pictured in our [architecture](/engineering/architecture). +By default, if `NC_DB` is not specified upon [installation](/getting-started/self-hosted/installation/auto-upstall), then SQLite will be used to store metadata. We suggest users to separate the metadata and user data in different databases as pictured in our [architecture](/engineering/architecture). ## Docker