Skip to content

Commit a1ac64f

Browse files
mdn-botJosh-Cena
andauthored
fix: auto-cleanup by bot (mdn#39320)
* chore: auto-fix Markdownlint, Prettier, and front-matter issues * Fixes --------- Co-authored-by: Joshua Chen <[email protected]>
1 parent 40af149 commit a1ac64f

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

files/en-us/learn_web_development/core/accessibility/wai-aria_basics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ In our tests, this new structure did serve to improve things overall. The `<butt
12281228

12291229
## Test your skills!
12301230

1231-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: WAI-ARIA](/en-US/docs/Learn_web_development/Core/Accessibility/WAI-ARIA_basics/Test_your_skills:_WAI-ARIA).
1231+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: WAI-ARIA](/en-US/docs/Learn_web_development/Core/Accessibility/Test_your_skills/WAI-ARIA).
12321232

12331233
## Summary
12341234

files/en-us/learn_web_development/core/scripting/json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ As mentioned earlier, any JSON is a valid JavaScript literal (object, array, num
154154

155155
Even a single misplaced comma or colon can make a JSON file invalid and cause it to fail.
156156
You should be careful to validate any data you are attempting to use (although computer-generated JSON is less likely to include errors, as long as the generator program is working correctly).
157-
You can validate JSON using an application like [JSONLint](https://jsonlint.com/) or [JSON-validate](https://json-validate.com)
157+
You can validate JSON using an application like [JSONLint](https://jsonlint.com/) or [JSON-validate](https://www.json-validate.com/)
158158

159159
## Active learning: Working through a JSON example
160160

files/en-us/learn_web_development/core/structuring_content/html_images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ Summing up: if an image has meaning, in terms of your content, you should use an
619619

620620
## Test your skills!
621621

622-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML images](/en-US/docs/Learn_web_development/Core/Structuring_content/HTML_images/Test_your_skills).
622+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML images](/en-US/docs/Learn_web_development/Core/Structuring_content/Test_your_skills/Images).
623623

624624
## Summary
625625

files/en-us/learn_web_development/core/structuring_content/html_video_and_audio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ For an added bonus, you could try researching text tracks, and work out how to a
295295

296296
## Test your skills!
297297

298-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Multimedia and embedding](/en-US/docs/Learn_web_development/Core/Structuring_content/HTML_video_and_audio/Test_your_skills:_Multimedia_and_embedding).
298+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Multimedia and embedding](/en-US/docs/Learn_web_development/Core/Structuring_content/Test_your_skills/Multimedia_and_embedding).
299299

300300
## Summary
301301

files/en-us/learn_web_development/extensions/advanced_javascript_objects/classes_in_javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ myExample.#somePrivateMethod(); // SyntaxError
208208

209209
## Test your skills!
210210

211-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Object-oriented JavaScript](/en-US/docs/Learn_web_development/Extensions/Advanced_JavaScript_objects/Test_your_skills:_Object-oriented_JavaScript).
211+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Object-oriented JavaScript](/en-US/docs/Learn_web_development/Extensions/Advanced_JavaScript_objects/Test_your_skills/Object-oriented_JavaScript).
212212

213213
## Summary
214214

files/en-us/learn_web_development/extensions/forms/basic_native_form_controls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Many of the elements used to define form controls have some of their own specifi
409409

410410
## Test your skills!
411411

412-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Basic controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Basic_controls).
412+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Basic controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills/Basic_controls).
413413

414414
## Summary
415415

files/en-us/learn_web_development/extensions/forms/form_validation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ As you can see, it's not that hard to build a validation system on your own. The
853853

854854
## Test your skills!
855855

856-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Form validation](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Form_validation).
856+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Form validation](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills/Form_validation).
857857

858858
## Summary
859859

files/en-us/learn_web_development/extensions/forms/how_to_structure_a_web_form/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ We applied some extra CSS to the finished form below. If you'd like to make chan
393393

394394
## Test your skills!
395395

396-
You've reached the end of this article, but can you remember the most important information? You can find a further test to verify that you've retained this information before you move on — see [Test your skills: Form structure](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Form_structure).
396+
You've reached the end of this article, but can you remember the most important information? You can find a further test to verify that you've retained this information before you move on — see [Test your skills: Form structure](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills/Form_structure).
397397

398398
## Summary
399399

files/en-us/learn_web_development/extensions/forms/html5_input_types/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Clicking a color control generally displays the operating system's default color
374374

375375
## Test your skills!
376376

377-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML5 controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_HTML5_controls).
377+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML5 controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills/Input_types).
378378

379379
## Summary
380380

files/en-us/learn_web_development/extensions/forms/other_form_controls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The content inside the {{HTMLElement("progress")}} element is a fallback for bro
264264

265265
## Test your skills!
266266

267-
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Other controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Other_controls).
267+
You've reached the end of this article, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Other controls](/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills/Other_controls).
268268

269269
## Summary
270270

0 commit comments

Comments
 (0)