[PR #8179] [CLOSED] [AI] Fix broken link to migration/nynab in API docs #122390

Closed
opened 2026-06-11 21:14:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8179
Author: @augustocbx
Created: 6/10/2026
Status: Closed

Base: masterHead: fix/docs-nynab-link-8178


📝 Commits (1)

  • 4d0e2a6 [AI] Fix broken link to migration/nynab in API docs

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/docs/docs/api/index.md (+1 -1)

📄 Description

Description

PR #8155 renamed packages/docs/docs/migration/nynab.md to nynab.mdx, but the cross-reference in packages/docs/docs/api/index.md ("Writing Data Importers" section) was not updated and still pointed to ../migration/nynab.md. Since Docusaurus is configured to throw on broken links, the docs site build aborts on master, which makes the netlify/actualbudget-website/deploy-preview check fail on all open pull requests.

This PR updates the link to ../migration/nynab.mdx so the docs build succeeds again.

Fixes #8178

Testing

  • yarn workspace docs build — fails on master with "Docusaurus found broken links" pointing at this link; succeeds with this change ([SUCCESS] Generated static files in "build").
  • Verified no other stale references to migration/nynab.md remain in the repo (docs-sidebar.js and migration/index.md use the doc ID / URL path, which are unaffected by the rename).

AI assistance disclosure

This PR was implemented with the assistance of an AI tool (Claude Code), under human direction and review.

🤖 Generated with Claude Code


🔄 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/actualbudget/actual/pull/8179 **Author:** [@augustocbx](https://github.com/augustocbx) **Created:** 6/10/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/docs-nynab-link-8178` --- ### 📝 Commits (1) - [`4d0e2a6`](https://github.com/actualbudget/actual/commit/4d0e2a6310ad0d3bb2dd48337b88365ab27625d9) [AI] Fix broken link to migration/nynab in API docs ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/docs/docs/api/index.md` (+1 -1) </details> ### 📄 Description ## Description PR #8155 renamed `packages/docs/docs/migration/nynab.md` to `nynab.mdx`, but the cross-reference in `packages/docs/docs/api/index.md` ("Writing Data Importers" section) was not updated and still pointed to `../migration/nynab.md`. Since Docusaurus is configured to throw on broken links, the docs site build aborts on `master`, which makes the `netlify/actualbudget-website/deploy-preview` check fail on all open pull requests. This PR updates the link to `../migration/nynab.mdx` so the docs build succeeds again. Fixes #8178 ## Testing - `yarn workspace docs build` — fails on `master` with "Docusaurus found broken links" pointing at this link; succeeds with this change (`[SUCCESS] Generated static files in "build"`). - Verified no other stale references to `migration/nynab.md` remain in the repo (`docs-sidebar.js` and `migration/index.md` use the doc ID / URL path, which are unaffected by the rename). ## AI assistance disclosure This PR was implemented with the assistance of an AI tool (Claude Code), under human direction and review. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-11 21:14:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#122390