From 78352986d6c887b3aedd63f431ed9f369b5ca3e3 Mon Sep 17 00:00:00 2001 From: LbsLightX Date: Wed, 7 Jan 2026 22:29:31 +0530 Subject: [PATCH 1/3] docs: fix internal links to use /docs absolute paths --- docs/guides/teldrive-on-android.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/teldrive-on-android.md b/docs/guides/teldrive-on-android.md index de43322..29d2963 100644 --- a/docs/guides/teldrive-on-android.md +++ b/docs/guides/teldrive-on-android.md @@ -6,7 +6,7 @@ Setting up Teldrive on Android, ensure you have the following in place. ### Before you begin -- Read the main [Prerequisites guide.](docs/getting-started/prerequisites). +- Read the main [Prerequisites guide.](/docs/getting-started/prerequisites). - An installed Termux. ## Database and Telegram setup @@ -90,15 +90,15 @@ After opening Termux for the first time: ### Method: One-line installer -- [Follow Here](docs/getting-started/installation) +- [Follow Here](/docs/getting-started/installation) ## Configuration -- Read [this](docs/getting-started/usage#configuration) +- Read [this](/docs/getting-started/usage#configuration) ### Basic `config.toml` (Recommended for New Users) -1. First, read the [usage documentation](docs/getting-started/usage) for configuring a Supabase database. +1. First, read the [/usage documentation](docs/getting-started/usage) for configuring a Supabase database. 2. Create and open the configuration file: @@ -116,9 +116,9 @@ nano config.toml - Press **Enter** to confirm - Press **Ctrl + X** to exit -> To run Teldrive, follow the instructions here. [Running without Docker](docs/getting-started/usage#running-without-docker) +> To run Teldrive, follow the instructions here. [Running without Docker](/docs/getting-started/usage#running-without-docker) ## Accessing Teldrive - Open http://localhost:8080 in your browser. -> See the main guide: [Here](docs/getting-started/usage#accessing-teldrive) \ No newline at end of file +> See the main guide: [Here](/docs/getting-started/usage#accessing-teldrive) From 4219cdbd1f8281eb32f081bf5fa1364aacde9d4f Mon Sep 17 00:00:00 2001 From: LbsLightX Date: Wed, 7 Jan 2026 22:42:43 +0530 Subject: [PATCH 2/3] docs: fix internal links to use /docs absolute paths --- docs/guides/teldrive-on-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/teldrive-on-android.md b/docs/guides/teldrive-on-android.md index 29d2963..37506bc 100644 --- a/docs/guides/teldrive-on-android.md +++ b/docs/guides/teldrive-on-android.md @@ -98,7 +98,7 @@ After opening Termux for the first time: ### Basic `config.toml` (Recommended for New Users) -1. First, read the [/usage documentation](docs/getting-started/usage) for configuring a Supabase database. +1. First, read the [usage documentation](/docs/getting-started/usage) for configuring a Supabase database. 2. Create and open the configuration file: From 00178cd7aeded9d477ae629f6c0f66b77bfa88e3 Mon Sep 17 00:00:00 2001 From: LbsLightX Date: Wed, 7 Jan 2026 22:47:12 +0530 Subject: [PATCH 3/3] docs: fix internal links to use /docs absolute paths --- docs/guides/teldrive-on-android.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/teldrive-on-android.md b/docs/guides/teldrive-on-android.md index 37506bc..2f184e4 100644 --- a/docs/guides/teldrive-on-android.md +++ b/docs/guides/teldrive-on-android.md @@ -112,9 +112,9 @@ nano config.toml ### Saving and Exiting Nano -- Press **Ctrl + O** to save -- Press **Enter** to confirm -- Press **Ctrl + X** to exit +- Press **Ctrl + O** to save. +- Press **Enter** to confirm. +- Press **Ctrl + X** to exit. > To run Teldrive, follow the instructions here. [Running without Docker](/docs/getting-started/usage#running-without-docker)