Changed Build Process Link and remove unused tags - #81360
Conversation
There was a problem hiding this comment.
Pull request overview
Fixes documentation links and removes stray HTML tags.
Changes:
- Removes two unmatched
</a>tags. - Updates the build-process link, though its path remains invalid.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/getting-started/glossary.md |
Removes stray closing anchor tags. |
docs/getting-started/fundamentals/file-structure-of-a-block.md |
Updates the build-process link and fragment. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
|
Thank you for the review 🙇 |
* Updated Documentation Files * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update link to build process documentation * Update docs/getting-started/fundamentals/file-structure-of-a-block.md Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
What?
Fixes two documentation issues in below files
docs/getting-started/fundamentals/file-structure-of-a-block.mddocs/getting-started/glossary.mdWhy?
</a>tags so need to removeHow?
docs/getting-started/fundamentals/file-structure-of-a-block.mddocs/getting-started/glossary.mdTesting Instructions
Use of AI Tools