-
Notifications
You must be signed in to change notification settings - Fork 1
Docs: Link Fix #129
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
base: main
Are you sure you want to change the base?
Docs: Link Fix #129
Conversation
There was a problem hiding this 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 broken links across documentation files, updating outdated paths to reflect the current directory structure. The changes primarily address reorganized content paths related to SSO configuration, data profiler workflows, SDK documentation, and notification templates.
Key changes:
- Updated notification template internal links to include the
alerts-notificationspath segment - Fixed profiler workflow links from
/workflowto/profiler-workflow - Corrected SDK overview links and observability alert paths
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| snippets/deployment/sso-troubleshooting.mdx | Replaced deployment-specific SSO cards with provider-specific SSO configuration cards |
| snippets/connectors/yaml/data-profiler.mdx | Updated profiler workflow link path |
| snippets/connectors/database/related.mdx | Updated profiler workflow link path |
| sdk/overview.mdx | Removed /overview suffix from SDK links |
| how-to-guides/data-quality-observability/quality/test.mdx | Updated alerts link to new path structure |
| how-to-guides/data-quality-observability/index.mdx | Updated alerts link to new path structure |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/troubleshooting.mdx | Fixed internal notification template links |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/template-context-reference.mdx | Fixed internal notification template links |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/index.mdx | Fixed internal notification template links |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/handlebars-templating-guide.mdx | Fixed internal notification template links |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/custom-helpers-reference.mdx | Fixed internal notification template links (contains typo) |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/create-and-manage-templates.mdx | Fixed internal notification template links |
| how-to-guides/data-quality-observability/alerts-notifications/notification-templates/concepts-and-overview.mdx | Fixed internal notification template links |
| how-to-guides/data-governance/workflows/examples/index.mdx | Corrected ML models workflow link |
| getting-started/overview.mdx | Removed /overview suffix from connectors link |
| getting-started/index.mdx | Updated observability link to alerts path |
| getting-started/day-1/index.mdx | Updated alerts link to new path structure |
| developers/webhooks.mdx | Updated alerts link to new path structure |
| connectors/ingestion/workflows/metadata/filter-patterns/index.mdx | Changed sidebarTitle from "Overview" to "Filter Patterns" |
| connectors/dashboard/powerbireportserver/index.mdx | Fixed troubleshooting link to match directory name |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ality-observability/alerts-notifications/notification-templates/custom-helpers-reference.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…notification-templates/custom-helpers-reference.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
I worked on fixing broken link.