[PR #3038] [MERGED] DOC-853 Fix broken links due to page rename #3120

Closed
opened 2026-06-05 18:21:09 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3038
Author: @fjmorris
Created: 3/10/2026
Status: Merged
Merged: 3/11/2026
Merged by: @fjmorris

Base: mainHead: fjmorris/DOC-853


📝 Commits (4)

  • 8a01bab Fixed broken links caused by renaming of page and sections. Replaced prompt-playground with playground.
  • 9de670b Merge remote-tracking branch 'origin/main' into fjmorris/DOC-853
  • 4be473e Added redirect to docs.json for renamed page.
  • 9e33fe8 Merge branch 'main' into fjmorris/DOC-853

📊 Changes

6 files changed (+16 additions, -12 deletions)

View changed files

📝 src/docs.json (+4 -0)
📝 src/langsmith/code-evaluator-ui.mdx (+2 -2)
📝 src/langsmith/llm-as-judge.mdx (+3 -3)
📝 src/langsmith/managing-model-configurations.mdx (+1 -1)
📝 src/langsmith/multiple-messages.mdx (+5 -5)
📝 src/langsmith/self-host-custom-tls-certificates.mdx (+1 -1)

📄 Description

Overview

Fixed broken links caused by renaming of page and sections. Replaced prompt-playground with playground.

Type of change

Type: Update existing documentation

Related issues/PRs

LInear: fixes DOC-853

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Preview

https://langchain-5e9cc07a-preview-fjmorr-1773169932-03e054c.mintlify.app/langsmith/run-evaluation-from-playground


🔄 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/langchain-ai/docs/pull/3038 **Author:** [@fjmorris](https://github.com/fjmorris) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/11/2026 **Merged by:** [@fjmorris](https://github.com/fjmorris) **Base:** `main` ← **Head:** `fjmorris/DOC-853` --- ### 📝 Commits (4) - [`8a01bab`](https://github.com/langchain-ai/docs/commit/8a01bab8962f8a9755e13e2521b62f50ad1f7413) Fixed broken links caused by renaming of page and sections. Replaced prompt-playground with playground. - [`9de670b`](https://github.com/langchain-ai/docs/commit/9de670b9e444fba354b609b51893aa7b58fb76df) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-853 - [`4be473e`](https://github.com/langchain-ai/docs/commit/4be473e3c5de57c880a70c040751f4f8cc22a243) Added redirect to docs.json for renamed page. - [`9e33fe8`](https://github.com/langchain-ai/docs/commit/9e33fe8fd28219c7b859f2a416d62498021f77d0) Merge branch 'main' into fjmorris/DOC-853 ### 📊 Changes **6 files changed** (+16 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -0) 📝 `src/langsmith/code-evaluator-ui.mdx` (+2 -2) 📝 `src/langsmith/llm-as-judge.mdx` (+3 -3) 📝 `src/langsmith/managing-model-configurations.mdx` (+1 -1) 📝 `src/langsmith/multiple-messages.mdx` (+5 -5) 📝 `src/langsmith/self-host-custom-tls-certificates.mdx` (+1 -1) </details> ### 📄 Description ## Overview Fixed broken links caused by renaming of page and sections. Replaced prompt-playground with playground. ## Type of change **Type:** Update existing documentation ## Related issues/PRs LInear: fixes DOC-853 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Preview [https://langchain-5e9cc07a-preview-fjmorr-1773169932-03e054c.mintlify.app/langsmith/run-evaluation-from-playground](https://langchain-5e9cc07a-preview-fjmorr-1773169932-03e054c.mintlify.app/langsmith/run-evaluation-from-playground) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:09 -04:00
yindo closed this issue 2026-06-05 18:21:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3120