[PR #164] [MERGED] fixed href path for system-prompt-variables #161

Closed
opened 2026-02-23 17:19:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/164
Author: @17ColinMiPerry
Created: 5/6/2025
Status: Merged
Merged: 5/6/2025
Merged by: @timothycarambat

Base: mainHead: fix/system-prompt-variables-routing


📝 Commits (1)

  • 4231174 fixed href path for system-prompt-variables

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 pages/features/all-features.mdx (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style

What is in this change?

Changed the href for the System Prompt Variables card on the features page from absolute path to relative path.

Additional Information

The System Prompt Variables card incorrectly routed using an absolute path. This card now properly routes using relative path like other cards on the page.

Other cards on the features page were checked for valid routing.

Validations

  • Ensured updated documentation pass spell check
  • Updated or added relevant links as needed
  • Reviewed the changes for clarity and accuracy
  • Successfully ran the code locally without encountering errors

🔄 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/Mintplex-Labs/anythingllm-docs/pull/164 **Author:** [@17ColinMiPerry](https://github.com/17ColinMiPerry) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `fix/system-prompt-variables-routing` --- ### 📝 Commits (1) - [`4231174`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/42311748ee03da8ca1699d507c08f4a68da8b2b3) fixed href path for system-prompt-variables ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pages/features/all-features.mdx` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style ### What is in this change? <!-- Describe the changes in this PR that are impactful to the documentation site. --> Changed the href for the System Prompt Variables card on the features page from absolute path to relative path. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> The System Prompt Variables card incorrectly routed using an absolute path. This card now properly routes using relative path like other cards on the page. Other cards on the features page were checked for valid routing. ### Validations <!-- All of the applicable items should be checked. --> - [x] Ensured updated documentation pass spell check - [x] Updated or added relevant links as needed - [x] Reviewed the changes for clarity and accuracy - [x] Successfully ran the code locally without encountering errors --- <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-02-23 17:19:53 -05:00
yindo closed this issue 2026-02-23 17:19:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#161