Skip to content

Fix broken msal-angular redirect documentation link #7880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jun 30, 2025

Fixed a broken link in the msal-browser initialization documentation that was pointing to a non-existent path.

Problem:
The link to the msal-angular redirect documentation in lib/msal-browser/docs/initialization.md was pointing to:

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/v2-docs/redirects.md

However, the v2-docs directory does not exist in the msal-angular documentation structure.

Solution:
Updated the link to point to the correct path:

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/redirects.md

Changes:

  • Removed the erroneous /v2-docs segment from the URL path
  • Verified that the corrected path points to the existing redirects.md file in the msal-angular docs

This ensures users can properly access the msal-angular redirect documentation when following the link from the msal-browser initialization guide.

Fixes #7519.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Documentation broken link Fix broken msal-angular redirect documentation link Jun 30, 2025
@Copilot Copilot AI requested a review from tnorling June 30, 2025 21:43
Copilot finished work on behalf of tnorling June 30, 2025 21:43
@tnorling tnorling marked this pull request as ready for review June 30, 2025 21:47
@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 21:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a broken link in the msal-browser initialization documentation by removing an incorrect path segment.

  • Removed the /v2-docs segment from the msal-angular redirect documentation link
  • Verified the updated link points to the existing redirects.md in the msal-angular docs

@github-actions github-actions bot added documentation Related to documentation. msal-browser Related to msal-browser package labels Jun 30, 2025
Copy link
Contributor

Reminder: This PR appears to be stale. If this PR is still a work in progress please mark as draft.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Attention 👋 Awaiting response from the MSAL.js team label Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation. msal-browser Related to msal-browser package Needs: Attention 👋 Awaiting response from the MSAL.js team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation broken link
2 participants