Skip to content

Commit 9c87590

Browse files
authored
fix(client): add redirects for renamed projects (freeCodeCamp#60088)
1 parent 689cdf2 commit 9c87590

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

client/serve/serve.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
{
111111
"source": "/learn/coding-interview-prep/take-home-projects/build-a-simon-game",
112112
"destination": "/learn/coding-interview-prep/take-home-projects/build-a-memory-light-game"
113+
},
114+
{
115+
"source": "/learn/relational-database/learn-relational-databases-by-building-a-mario-database/build-a-mario-database",
116+
"destination": "/learn/relational-database/learn-relational-databases-by-building-a-database-of-video-game-characters/build-a-database-of-video-game-characters"
117+
},
118+
{
119+
"source": "/learn/relational-database/learn/javascript-algorithms-and-data-structures-v8/build-a-pokemon-search-app-project/build-a-pokemon-search-app",
120+
"destination": "/learn/javascript-algorithms-and-data-structures-v8/build-an-rpg-creature-search-app-project/build-an-rpg-creature-search-app"
113121
}
114122
]
115123
}

0 commit comments

Comments
 (0)