Skip to content

Commit 388bad9

Browse files
authored
chore(sitemap): update references and remove outdated URL
### Motivation Ensures the sitemap reflects accurate and up-to-date documentation links. ### Changes - Removed https://code.visualstudio.com/learntocode - Updated https://code.visualstudio.com/docs/getstarted/keybindings to https://code.visualstudio.com/docs/editor/keybindings - Updated https://code.visualstudio.com/docs/editor/variables-reference to https://code.visualstudio.com/docs/reference/variables-reference ### Misc. Is there a way to indicate redirects, search engines have the old URLs indexed, particularly https://code.visualstudio.com/docs/editor/variables-reference and https://code.visualstudio.com/docs/getstarted/keybindings.
1 parent 6d37f62 commit 388bad9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build/sitemap.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<changefreq>weekly</changefreq>
3131
<priority>0.70</priority>
3232
</url>
33-
<url>
34-
<loc>https://code.visualstudio.com/learntocode</loc>
35-
<changefreq>weekly</changefreq>
36-
<priority>0.70</priority>
37-
</url>
3833
<url>
3934
<loc>https://code.visualstudio.com/migrate-from-brackets</loc>
4035
<changefreq>weekly</changefreq>
@@ -181,7 +176,7 @@
181176
<priority>0.8</priority>
182177
</url>
183178
<url>
184-
<loc>https://code.visualstudio.com/docs/getstarted/keybindings</loc>
179+
<loc>https://code.visualstudio.com/docs/editor/keybindings</loc>
185180
<changefreq>weekly</changefreq>
186181
<priority>0.8</priority>
187182
</url>
@@ -426,7 +421,7 @@
426421
<priority>0.8</priority>
427422
</url>
428423
<url>
429-
<loc>https://code.visualstudio.com/docs/editor/variables-reference</loc>
424+
<loc>https://code.visualstudio.com/docs/reference/variables-reference</loc>
430425
<changefreq>weekly</changefreq>
431426
<priority>0.8</priority>
432427
</url>

0 commit comments

Comments
 (0)