summaryrefslogtreecommitdiff
path: root/src/vm/proftoeeinterfaceimpl.cpp
diff options
context:
space:
mode:
authorsergey-raevskiy <ccik@inbox.ru>2015-07-15 00:52:55 +0300
committerSergey.Raevskiy <admin@admin.com>2015-07-15 02:32:44 +0300
commit2ac7242889cf704886282b4a7d8f70b5432311d1 (patch)
tree0c24aebdb4a2bc6b227c87c33db438861bba3184 /src/vm/proftoeeinterfaceimpl.cpp
parent78b4a624a655f53346ef5db386b7823bdf453a52 (diff)
downloadcoreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.tar.gz
coreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.tar.bz2
coreclr-2ac7242889cf704886282b4a7d8f70b5432311d1.zip
Update documentation links
Diffstat (limited to 'src/vm/proftoeeinterfaceimpl.cpp')
-rw-r--r--src/vm/proftoeeinterfaceimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/proftoeeinterfaceimpl.cpp b/src/vm/proftoeeinterfaceimpl.cpp
index 8c2156930b..f23edcba0e 100644
--- a/src/vm/proftoeeinterfaceimpl.cpp
+++ b/src/vm/proftoeeinterfaceimpl.cpp
@@ -18,7 +18,7 @@
// PLEASE READ!
//
// There are strict rules for how to implement ICorProfilerInfo* methods. Please read
-// https://github.com/dotnet/coreclr/blob/master/Documentation/profilability.md
+// https://github.com/dotnet/coreclr/blob/master/Documentation/botr/profilability.md
// to understand the rules and why they exist.
//
// As a reminder, here is a short summary of your responsibilities. Every PUBLIC