[PR #9] [MERGED] fix: correct Microsoft Teams documentation URL #14

Closed
opened 2026-02-15 17:17:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/openclaw.ai/pull/9
Author: @HesamKorki
Created: 1/24/2026
Status: Merged
Merged: 1/27/2026
Merged by: @thewilloftheshadow

Base: mainHead: fix/msteams-href-404


📝 Commits (2)

  • 4980acf fix: msteams href used to go to a 404 page
  • 3d5ac1b fix: update msteams docs link (#9) (thanks @HesamKorki)

📊 Changes

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

View changed files

📝 CHANGELOG.md (+1 -0)
📝 src/pages/integrations.astro (+1 -1)

📄 Description

Description

Fixed broken documentation link for Microsoft Teams integration on the integrations page.

Changes

  • Updated MS Teams docs URL from https://docs.clawd.bot/msteams to https://docs.clawd.bot/channels/msteams
  • The old URL resulted in a 404 error

Testing

  • Verified the new URL leads to the correct documentation page
  • Checked that other integration links follow the same /channels/ pattern

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

🔄 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/openclaw/openclaw.ai/pull/9 **Author:** [@HesamKorki](https://github.com/HesamKorki) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@thewilloftheshadow](https://github.com/thewilloftheshadow) **Base:** `main` ← **Head:** `fix/msteams-href-404` --- ### 📝 Commits (2) - [`4980acf`](https://github.com/openclaw/openclaw.ai/commit/4980acf2b2179192b005ae3d29f89f81cfa28b81) fix: msteams href used to go to a 404 page - [`3d5ac1b`](https://github.com/openclaw/openclaw.ai/commit/3d5ac1b16a05f484fb8bb59756e3e00a2ef53f3b) fix: update msteams docs link (#9) (thanks @HesamKorki) ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `src/pages/integrations.astro` (+1 -1) </details> ### 📄 Description ## Description Fixed broken documentation link for Microsoft Teams integration on the integrations page. ## Changes - Updated MS Teams docs URL from `https://docs.clawd.bot/msteams` to `https://docs.clawd.bot/channels/msteams` - The old URL resulted in a 404 error ## Testing - [x] Verified the new URL leads to the correct documentation page - [x] Checked that other integration links follow the same `/channels/` pattern ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) --- <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-15 17:17:13 -05:00
yindo closed this issue 2026-02-15 17:17:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/openclaw.ai#14