#3787 closed defect (bug) (fixed)
Broken edit links on Gutenberg handbook inner page
Reported by: | DannyCooper | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | neso |
Cc: |
Description
On this page - https://wordpress.org/gutenberg/handbook/outreach/articles/
The edit link is:
https://github.com/WordPress/gutenberg/edit/master/outreach/docs/articles.md
but it should be:
https://github.com/WordPress/gutenberg/edit/master/docs/outreach/articles.md
This doesn't seem to be broken on any other inner pages.
(That page also doesn't seem to update with the Github page)
Change History (3)
#3
@
6 years ago
Turns out that the markdown_source above comes from the Gutenberg docs manifest file, which has the typo in it.
Created a PR for Gutenberg to fix it: https://github.com/WordPress/gutenberg/pull/9781
Going to leave this as closed, as it wasn't a bug within the handbooks.
Note: See
TracTickets for help on using
tickets.
I've been unable to find the source of the bug, however have fixed the main cause.
The Github Markdown Source was incorrectly set to
https://raw.githubusercontent.com/WordPress/gutenberg/master/outreach/docs/articles.md
As this seems to have been the only page affected, I'm going to assume it was probably caused by a bad import of pages early in the handbooks life.