Skip to content

Commit 2382a2e

Browse files
authored
chore: adding semantic html redirects (freeCodeCamp#61162)
1 parent 1a7e169 commit 2382a2e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

client/serve/serve.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,46 @@
223223
{
224224
"source": "/learn/full-stack-developer/lecture-what-is-html/what-is-utf-8-character-encoding",
225225
"destination": "/learn/full-stack-developer/lecture-understanding-the-html-boilerplate/what-is-utf-8-character-encoding"
226+
},
227+
{
228+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/when-should-you-use-the-emphasis-element-over-the-idiomatic-text-element",
229+
"destination": "/learn/full-stack-developer/lecture-understanding-nuanced-semantic-elements/when-should-you-use-the-emphasis-element-over-the-idiomatic-text-element"
230+
},
231+
{
232+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/when-should-you-use-the-strong-element-over-the-bring-attention-to-element",
233+
"destination": "/learn/full-stack-developer/lecture-understanding-nuanced-semantic-elements/when-should-you-use-the-strong-element-over-the-bring-attention-to-element"
234+
},
235+
{
236+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/what-are-description-lists",
237+
"destination": "/learn/full-stack-developer/lecture-understanding-nuanced-semantic-elements/what-are-description-lists"
238+
},
239+
{
240+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-block-and-inline-quotes-work-in-html",
241+
"destination": "/learn/full-stack-developer/lecture-working-with-text-and-time-semantic-elements/how-do-block-and-inline-quotes-work-in-html"
242+
},
243+
{
244+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-you-display-abbreviations-and-acronyms-in-html",
245+
"destination": "/learn/full-stack-developer/lecture-working-with-text-and-time-semantic-elements/how-do-you-display-abbreviations-and-acronyms-in-html"
246+
},
247+
{
248+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-you-display-addresses-in-html",
249+
"destination": "/learn/full-stack-developer/lecture-working-with-text-and-time-semantic-elements/how-do-you-display-addresses-in-html"
250+
},
251+
{
252+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-you-display-times-and-dates-in-html",
253+
"destination": "/learn/full-stack-developer/lecture-working-with-text-and-time-semantic-elements/how-do-you-display-times-and-dates-in-html"
254+
},
255+
{
256+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-you-display-mathematical-equations-and-chemical-formulas-in-html",
257+
"destination": "/learn/full-stack-developer/lecture-working-with-specialized-semantic-elements/how-do-you-display-mathematical-equations-and-chemical-formulas-in-html"
258+
},
259+
{
260+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/how-do-you-represent-computer-code-in-html",
261+
"destination": "/learn/full-stack-developer/lecture-working-with-specialized-semantic-elements/how-do-you-represent-computer-code-in-html"
262+
},
263+
{
264+
"source": "/learn/full-stack-developer/lecture-importance-of-semantic-html/what-are-the-u-s-and-ruby-elements-used-for",
265+
"destination": "/learn/full-stack-developer/lecture-working-with-specialized-semantic-elements/what-are-the-u-s-and-ruby-elements-used-for"
226266
}
227267
]
228268
}

0 commit comments

Comments
 (0)