mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(curriculum): add redirects to lecture blocks (#60581)
This commit is contained in:
@@ -120,6 +120,66 @@
|
||||
"source": "/learn/coding-interview-prep/take-home-projects/build-a-simon-game",
|
||||
"destination": "/learn/coding-interview-prep/take-home-projects/build-a-memory-light-game"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-best-practices-for-tables-and-accessibility",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-tables-forms/what-are-best-practices-for-tables-and-accessibility"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/why-is-it-important-for-inputs-to-have-an-associated-label",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-tables-forms/why-is-it-important-for-inputs-to-have-an-associated-label"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-purpose-of-wai-aria",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-purpose-of-wai-aria"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-aria-roles",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-are-aria-roles"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-the-roles-of-the-aria-label-and-aria-labelledby-attributes",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-are-the-roles-of-the-aria-label-and-aria-labelledby-attributes"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-aria-hidden-attribute",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-aria-hidden-attribute"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-aria-expanded-attribute",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-aria-expanded-attribute"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-aria-live-attribute",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-aria-live-attribute"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-some-common-aria-states-used-on-custom-control-elements",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-are-some-common-aria-states-used-on-custom-control-elements"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-aria-controls-attribute",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-aria-controls-attribute"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-is-the-aria-describedby-attribute",
|
||||
"destination": "/learn/full-stack-developer/lecture-introduction-to-aria/what-is-the-aria-describedby-attribute"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/when-is-the-alt-attribute-needed",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-media-elements/when-is-the-alt-attribute-needed"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-the-accessibility-benefits-for-good-link-text",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-media-elements/what-are-the-accessibility-benefits-for-good-link-text"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-good-ways-to-make-audio-and-video-content-accessible",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-media-elements/what-are-good-ways-to-make-audio-and-video-content-accessible"
|
||||
},
|
||||
{
|
||||
"source": "/learn/full-stack-developer/lecture-importance-of-accessibility-and-good-html-structure/what-are-some-ways-to-make-web-applications-keyboard-accessible",
|
||||
"destination": "/learn/full-stack-developer/lecture-accessible-media-elements/what-are-some-ways-to-make-web-applications-keyboard-accessible"
|
||||
},
|
||||
{
|
||||
"source": "/learn/relational-database/learn-relational-databases-by-building-a-mario-database/build-a-mario-database",
|
||||
"destination": "/learn/relational-database/learn-relational-databases-by-building-a-database-of-video-game-characters/build-a-database-of-video-game-characters"
|
||||
|
||||
Reference in New Issue
Block a user