-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update javascript-in-the-block-editor.md - fix link #62431
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
Conversation
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. |
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.
What about fixing the other links too?
gutenberg/docs/getting-started/README.md
Line 32 in acbfacf
For more resources on block development and extending the Block Editor, review the additional sections here in the Block Editor Handbook. Further practical examples are also available in the [block-development-examples](https://github.com/wptrainingteam/block-development-examples) GitHub repository. |
- [block-theme-examples](https://github.com/wptrainingteam/block-theme-examples) | GitHub repository |
f5f4048
to
16cacd9
Compare
I have rebased current branch with latest trunk & also added link in |
docs/getting-started/fundamentals/javascript-in-the-block-editor.md
Outdated
Show resolved
Hide resolved
73699d6
to
f543faf
Compare
I have Added Suggested changes. |
* Update javascript-in-the-block-editor.md - fix link * Fix Links in remaining two files * Revert Changes in javascript-in-the-block-editor.md file * Added Suggested Changes Co-authored-by: juanmaguitar <juanmaguitar@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> --------- Co-authored-by: shail-mehta <shailmehta25@gmail.com>
* Update javascript-in-the-block-editor.md - fix link * Fix Links in remaining two files * Revert Changes in javascript-in-the-block-editor.md file * Added Suggested Changes Co-authored-by: juanmaguitar <juanmaguitar@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> --------- Co-authored-by: shail-mehta <shailmehta25@gmail.com>
What?
Fixed link to point to the right repository
Why?
To improve the learning journey