docs: fix troubleshooting page (#13674)

Updated the link in the log output description to point to the correct troubleshooting guide format.
This commit is contained in:
WhatToPutHere
2026-01-11 21:58:07 +13:00
committed by GitHub
parent 7cc2a653f2
commit 5b84e29882
2 changed files with 1 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ body:
id: logs id: logs
attributes: attributes:
label: Relevant log output 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 render: shell
validations: validations:
required: false required: false

View File

@@ -1,3 +0,0 @@
# Troubleshooting
For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)