From 5b84e29882021dd80ecd858a675f80540d9b0627 Mon Sep 17 00:00:00 2001 From: WhatToPutHere <165361500+TommyBoiss@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:58:07 +1300 Subject: [PATCH] docs: fix troubleshooting page (#13674) Updated the link in the log output description to point to the correct troubleshooting guide format. --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 2 +- docs/troubleshooting.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 docs/troubleshooting.md diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml index 4ac6fee6f..2fa85edc2 100644 --- a/.github/ISSUE_TEMPLATE/10_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -13,7 +13,7 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant log output. See [Troubleshooting Guide](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) for details. + description: Please copy and paste any relevant log output. See [Troubleshooting Guide](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.mdx#how-to-troubleshoot-issues) for details. render: shell validations: required: false diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md deleted file mode 100644 index c141bf43a..000000000 --- a/docs/troubleshooting.md +++ /dev/null @@ -1,3 +0,0 @@ -# Troubleshooting - -For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)