Skip to content

Commit e77df04

Browse files
Merge pull request toptal#68 from jrusbatch/fix-links
Fix broken links on ASP.NET Performance page
2 parents d3d61d5 + 42a32ff commit e77df04

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Website/Sites/webdevchecklist.com/Sections/ASP.NET/Performance.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<rule name="Compress all text-based files">
99
<link url="http://www.iis.net/configreference/system.webserver/urlcompression">Enable compression in web.config</link>
1010
<link url="http://www.codeproject.com/Articles/18607/HTTP-Compression-Module">Custom HTTP module</link>
11-
<link url="http://madskristensen.net/post/Fix-for-uncompressed-JS-files.aspx">Fix for uncompressed JS files</link>
11+
<link url="http://madskristensen.net/post/fix-for-uncompressed-js-files">Fix for uncompressed JS files</link>
1212
</rule>
1313
<rule name="Run in Release Mode">
1414
<link url="http://weblogs.asp.net/scottgu/archive/2006/04/11/Don_1920_t-run-production-ASP.NET-Applications-with-debug_3D001D20_true_1D20_-enabled.aspx">Release Mode and Retail switch</link>
@@ -47,26 +47,25 @@
4747
<link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
4848
</rule>
4949
<rule name="Minify HTML">
50-
<link url="http://madskristensen.net/post/Remove-whitespace-safely-at-runtime.aspx">Remove whitespace in WebForms</link>
51-
<link url="http://cestdumeleze.net/blog/2011/minifying-the-html-with-asp-net-mvc-and-razor/">Remove whitespace in Razor</link>
50+
<link url="http://madskristensen.net/post/remove-whitespace-safely-at-runtime">Remove whitespace in WebForms</link>
5251
</rule>
5352
</category>
5453

5554
<category name="Expiration">
5655
<rule name="Use long expiration dates">
57-
<link url="http://madskristensen.net/post/Performance-tuning-tricks-for-ASPNET-and-IIS-7-part-1.aspx">Set expiration in web.config</link>
56+
<link url="http://madskristensen.net/post/performance-tuning-tricks-for-aspnet-and-iis-7-part-1">Set expiration in web.config</link>
5857
<link url="http://msdn.microsoft.com/en-us/library/y18he7cw(v=VS.100).aspx">Set expiration programmatically</link>
5958
</rule>
6059
<rule name="Fingerprint resources">
61-
<link url="http://madskristensen.net/post/Cache-busting-in-ASPNET.aspx">Cache busting in ASP.NET</link>
60+
<link url="http://madskristensen.net/post/cache-busting-in-aspnet">Cache busting in ASP.NET</link>
6261
</rule>
6362
</category>
6463

6564
<category name="Optimize responses">
6665
<rule name="Conditional GETs">
6766
<link url="http://optimizeasp.net/conditional-get">Conditional GET explained</link>
68-
<link url="http://madskristensen.net/post/Use-If-Modified-Since-header-in-ASPNET.aspx">Use Last-Modified in ASP.NET WebForms</link>
69-
<link url="http://madskristensen.net/post/The-WebOptimizer-class.aspx">The WebOptimizer C# class</link>
67+
<link url="http://madskristensen.net/post/use-if-modified-since-header-in-aspnet">Use Last-Modified in ASP.NET WebForms</link>
68+
<link url="http://madskristensen.net/post/the-weboptimizer-class">The WebOptimizer C# class</link>
7069
</rule>
7170
</category>
7271

@@ -76,7 +75,7 @@
7675
<link url="http://pnggauntlet.com/">PNGGauntlet application</link>
7776
</rule>
7877
<rule name="Inline small images">
79-
<link url="http://madskristensen.net/post/Embed-images-in-stylesheets.aspx">Video: How to embed images</link>
78+
<link url="http://madskristensen.net/post/embed-images-in-stylesheets">Video: How to embed images</link>
8079
<link url="http://webcodertools.com/imagetobase64converter/">Online base64 converter</link>
8180
<link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
8281
</rule>
@@ -94,7 +93,7 @@
9493
</rule>
9594
<rule name="Remove 'X-Powered-By'" />
9695
<rule name="Remove 'X-AspNet-Version'">
97-
<link url="http://madskristensen.net/post/Remove-the-X-AspNet-Version-header.aspx">Remove the X-AspNet-Version header</link>
96+
<link url="http://madskristensen.net/post/remove-the-x-aspnet-version-header">Remove the X-AspNet-Version header</link>
9897
</rule>
9998
<rule name="Remove 'X-AspNetMvc-Version'" optional="true" />
10099
<rule name="Remove 'X-AspNetWebPages-Version'" optional="true" />

0 commit comments

Comments
 (0)