Skip to content
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

docs(tutorials/blog): fix links to MDN #3939

Merged
merged 2 commits into from
Aug 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@
- pcattori
- penspinner
- penx
- philandstuff
- phishy
- plastic041
- plondon
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ export const action = async ({ request }) => {

That's it. Remix (and the browser) will take care of the rest. Click the submit button and watch the sidebar that lists our posts update automatically.

In HTML an input's `name` attribute is sent over the network and available by the same name on the request's `formData`. Oh, and don't forget, the `request` and `formData` objects are both straight out of the web specification. So if you want to learn more about either of them, head over to MDN! [mdn.io/request][mdn-io-request] [mdn.io/request.formData][mdn-io-request-form-data].
In HTML an input's `name` attribute is sent over the network and available by the same name on the request's `formData`. Oh, and don't forget, the `request` and `formData` objects are both straight out of the web specification. So if you want to learn more about either of them, head over to MDN! [mdn.io/Request][mdn-io-request] [mdn.io/Request.formData][mdn-io-request-form-data].

TypeScript is mad again, let's add some types.

Expand Down Expand Up @@ -1175,8 +1175,8 @@ We hope you love Remix! 💿 👋
[the-styling-guide]: /guides/styling
[prisma]: https://prisma.io
[http-localhost-3000-posts-admin]: http://localhost:3000/posts/admin
[mdn-io-request]: https://mdn.io/request
[mdn-io-request-form-data]: https://mdn.io/request.formData
[mdn-io-request]: https://mdn.io/Request
[mdn-io-request-form-data]: https://mdn.io/Request.formData
[disable-java-script]: https://developer.chrome.com/docs/devtools/javascript/disable
[the-optimistic-ui-guide]: /guides/optimistic-ui
[somewhere]: https://www.youtube.com/watch?v=dQw4w9WgXcQ