Skip to content

Commit d81b189

Browse files
committed
chore: fix broken links
1 parent 4d43c72 commit d81b189

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

  • .cursor
  • CONTRIBUTOR-DOCS
    • 01_contributor-guides/07_authoring-contributor-docs
    • 03_project-planning/02_workstreams/02_2nd-gen-component-migration/02_step-by-step/01_analyze-rendering-and-styling

.cursor/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.ai/skills

CONTRIBUTOR-DOCS/01_contributor-guides/07_authoring-contributor-docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,19 @@ Request generation of breadcrumbs and TOC when you:
156156

157157
The script also automatically verifies all internal markdown links and reports any broken links, which an AI agent will typically fix automatically.
158158

159-
You can request an update by asking an AI Agent, pointing it to the [AI Agent Instructions](../../../.cursor/skills/contributor-docs-nav/references/ai-agent-instructions.md).
159+
You can request an update by asking an AI Agent, pointing it to the [AI Agent Instructions](../../../.ai/skills/contributor-docs-nav/references/ai-agent-instructions.md).
160160

161161
> If you're using Cursor, you can just ask an agent to "update the contributor docs"; a project-level Cursor rule will help the agent find the applicable instructions.
162162
163-
> If you don't have access to an AI Agent or prefer not to use one, you can also run the script manually. See [the AI Agent Instructions](../../../.cursor/skills/contributor-docs-nav/references/ai-agent-instructions.md) for details.
163+
> If you don't have access to an AI Agent or prefer not to use one, you can also run the script manually. See [the AI Agent Instructions](../../../.ai/skills/contributor-docs-nav/references/ai-agent-instructions.md) for details.
164164
165165
### Verifying and troubleshooting
166166

167167
The logic for generating navigational elements is quite simple, so it's unlikely that things will go wrong, but it's a good idea to do a quick spot-check to ensure that breadcrumbs and TOCs look correct, especially in areas of the docs that you have edited.
168168

169169
**Link verification:** The script automatically checks all internal markdown links and reports any broken links. When working with an AI agent, broken links are typically fixed automatically without human intervention. The agent will only ask for guidance if the fix is ambiguous (e.g., when a target file has been completely removed).
170170

171-
If you encounter any issues, try asking an AI agent to help you troubleshoot, pointing the agent to the [AI Agent Instructions](../../../.cursor/skills/contributor-docs-nav/references/ai-agent-instructions.md).
171+
If you encounter any issues, try asking an AI agent to help you troubleshoot, pointing the agent to the [AI Agent Instructions](../../../.ai/skills/contributor-docs-nav/references/ai-agent-instructions.md).
172172

173173
## Committing updates
174174

CONTRIBUTOR-DOCS/03_project-planning/02_workstreams/02_2nd-gen-component-migration/02_step-by-step/01_analyze-rendering-and-styling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ The prompt template lives in the component-migration-analysis skill at `.cursor/
212212

213213
## Resources
214214

215-
- [Rendering and styling prompt template](../../../../../../.cursor/skills/component-migration-analysis/references/migration-analysis-prompt.md) (used by the component-migration-analysis Cursor skill)
215+
- [Rendering and styling prompt template](../../../../../../.ai/skills/component-migration-analysis/references/migration-analysis-prompt.md) (used by the component-migration-analysis Cursor skill)
216216
- [Spectrum CSS repository](https://github.com/adobe/spectrum-css)
217217
- [Spectrum Web Components repository](https://github.com/adobe/spectrum-web-components)

0 commit comments

Comments
 (0)