Update code files to point to profiler doc
authorRichard Lander <rlander@microsoft.com>
Wed, 8 Apr 2015 14:45:00 +0000 (07:45 -0700)
committerRichard Lander <rlander@microsoft.com>
Wed, 8 Apr 2015 14:45:00 +0000 (07:45 -0700)
src/vm/eetoprofinterfaceimpl.cpp
src/vm/proftoeeinterfaceimpl.cpp

index bcb70f2..6330841 100644 (file)
@@ -17,7 +17,7 @@
 // PLEASE READ!
 //
 // There are strict rules for how to implement ICorProfilerCallback* wrappers.  Please read
-// http://devdiv/sites/CLR/ProfilingAPI/Shared%20Documents/ImplementingProfilability.doc
+// https://github.com/dotnet/coreclr/blob/master/Documentation/profilability.md
 // to understand the rules and why they exist.
 //
 // As a reminder, here is a short summary of your responsibilities.  Every PUBLIC
index 088c231..8c21569 100644 (file)
@@ -18,7 +18,7 @@
 // PLEASE READ!
 //
 // There are strict rules for how to implement ICorProfilerInfo* methods.  Please read
-// http://devdiv/sites/CLR/ProfilingAPI/Shared%20Documents/ImplementingProfilability.doc
+// https://github.com/dotnet/coreclr/blob/master/Documentation/profilability.md
 // to understand the rules and why they exist.
 //
 // As a reminder, here is a short summary of your responsibilities.  Every PUBLIC