[PR #13759] [MERGED] Use the redirection service for recently added URLs #29747

Open
opened 2026-01-31 09:36:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13759
Author: @lhecker
Created: 8/16/2022
Status: Merged
Merged: 8/18/2022
Merged by: @carlos-zamora

Base: mainHead: dev/lhecker/13541-fwlinks


📝 Commits (2)

  • b8fb166 Use the redirection service for recently added URLs
  • e49b1bb Merge Dustin's feedback

📊 Changes

2 files changed (+6 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+5 -1)
📝 src/cascadia/TerminalApp/TerminalPage.xaml (+1 -1)

📄 Description

We shouldn't add URLs into our binaries that we can't directly control.
This commit fixes the issue for URLs recently introduced in #13510.

Closes #13541

Validation Steps Performed

This change is trivial enough that I simply opened the new redirects
in my browser, ensuring that they open the expected websites.


🔄 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/microsoft/terminal/pull/13759 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `main` ← **Head:** `dev/lhecker/13541-fwlinks` --- ### 📝 Commits (2) - [`b8fb166`](https://github.com/microsoft/terminal/commit/b8fb1661447d840e937690d0f460f886a2c23fbb) Use the redirection service for recently added URLs - [`e49b1bb`](https://github.com/microsoft/terminal/commit/e49b1bb953782dfc8de86c275ae20f817774bb6e) Merge Dustin's feedback ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+5 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.xaml` (+1 -1) </details> ### 📄 Description We shouldn't add URLs into our binaries that we can't directly control. This commit fixes the issue for URLs recently introduced in #13510. Closes #13541 ## Validation Steps Performed This change is trivial enough that I simply opened the new redirects in my browser, ensuring that they open the expected websites. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:36:41 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29747