[PR #13550] [MERGED] Fix broken .md links and render issues in docs #14265

Closed
opened 2026-04-13 00:49:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13550
Author: @Vallabh-1504
Created: 12/23/2025
Status: Merged
Merged: 12/23/2025
Merged by: @jmorganca

Base: mainHead: fix-docs-links


📝 Commits (1)

  • 58dcaf5 Fix broken .md links and render issues in docs

📊 Changes

3 files changed (+8 additions, -8 deletions)

View changed files

📝 docs/faq.mdx (+2 -2)
📝 docs/gpu.mdx (+5 -5)
📝 docs/troubleshooting.mdx (+1 -1)

📄 Description

Description

Fixed broken hyperlinks in the documentation where .md extensions were causing links to point to raw files. Additionally, fixed instances where [!NOTE] were failing to render correctly on the documentation site.

Fixes #13487

Changes

docs/faq.mdx

  • Removed .md extension from links to Troubleshooting and GPU docs to ensure they render as pages rather than raw files.

docs/gpu.mdx

  • Fixed [developer.md] link to display cleanly as [developer].
  • Corrected multiple links pointing to faq.md to point to faq.
  • Replaced incompatible > [!NOTE] syntax with standard > **NOTE:** to fix rendering issues.

docs/troubleshooting.mdx

  • Fixed the Docker link which was previously displaying the raw filename docker.md in the visible text.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13550 **Author:** [@Vallabh-1504](https://github.com/Vallabh-1504) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `fix-docs-links` --- ### 📝 Commits (1) - [`58dcaf5`](https://github.com/ollama/ollama/commit/58dcaf51ce57c318a3d074edee037620569a3757) Fix broken .md links and render issues in docs ### 📊 Changes **3 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docs/faq.mdx` (+2 -2) 📝 `docs/gpu.mdx` (+5 -5) 📝 `docs/troubleshooting.mdx` (+1 -1) </details> ### 📄 Description ## Description Fixed broken hyperlinks in the documentation where `.md` extensions were causing links to point to raw files. Additionally, fixed instances where `[!NOTE]` were failing to render correctly on the documentation site. **Fixes #13487** ## Changes ### `docs/faq.mdx` - Removed `.md` extension from links to **Troubleshooting** and **GPU** docs to ensure they render as pages rather than raw files. ### `docs/gpu.mdx` - Fixed `[developer.md]` link to display cleanly as `[developer]`. - Corrected multiple links pointing to `faq.md` to point to `faq`. - Replaced incompatible `> [!NOTE]` syntax with standard `> **NOTE:**` to fix rendering issues. ### `docs/troubleshooting.mdx` - Fixed the **Docker** link which was previously displaying the raw filename `docker.md` in the visible text. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:49:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14265