Closed danmoseley closed 4 years ago
Also, it would be nice to convert these to point to https://docs.microsoft.com/
where the most current docs live these days.
In the spirit of Hacktoberfest, I'll pick this up. Most of them redirect to the correct https://docs.microsoft.com
url already, so I'll replace them with the up-to-date https links.
I'd done a few but i'll leave them to you @samneirinck, The problems I found were that some don't exist anymore and it isn't clear what they refered to in the first place.
System.Data.Common\src\System\Data\Common\DbConnectionOptions.cs: // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_d_4x4k.asp
System.Data.Common\src\System\Data\Common\DbConnectionOptions.cs: // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbconnectionstringsyntax.asp
System.Data.Common\src\System\Data\DataTable.cs: // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemglobalizationcultureinfoclassisneutralculturetopic.asp
System.Data.Odbc\src\Common\System\Data\Common\DbConnectionOptions.cs: // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_d_4x4k.asp
System.Data.Odbc\src\Common\System\Data\Common\DbConnectionOptions.cs: // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbconnectionstringsyntax.asp
System.Data.SqlClient\tests\StressTests\System.Data.SqlClient.Stress.Tests\NetUtils.cs: // according to http://msdn.microsoft.com/en-us/library/ms819739.aspx and http://msdn.microsoft.com/en-us/library/ee377084(BTS.10).aspx,
System.Private.Uri\tests\FunctionalTests\IriTest.cs: // List built based on http://msdn.microsoft.com/en-us/library/aa292086(v=vs.71).aspx
System.IO.MemoryMappedFiles\src\System\IO\MemoryMappedFiles\MemoryMappedView.Windows.cs: // VirtualQueryEx: http://msdn.microsoft.com/en-us/library/windows/desktop/aa366907(v=vs.85).aspx
Is still correct, the docs.microsoft page redirects to it
From grepping corefx/src/*/src/**cs, I find these non-https Microsoft links:
All of these should be updated to https as a matter of good practice. Also some are dead links that either should be fixed or removed.
Low priority cleanup