From 7335d0f031a0c0ab362c514c349394dab5cd91cd Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Thu, 2 Mar 2017 06:57:52 +0000 Subject: [PATCH] Update links to point to valid BotR pages - One extra link that was missed out (dotnet/coreclr#9878) Commit migrated from https://github.com/dotnet/coreclr/commit/e5b44487f70d08be3909bc50af543f21d9e3c260 --- src/coreclr/src/vm/ceemain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/vm/ceemain.cpp b/src/coreclr/src/vm/ceemain.cpp index d2e6b82..aa7838a 100644 --- a/src/coreclr/src/vm/ceemain.cpp +++ b/src/coreclr/src/vm/ceemain.cpp @@ -39,7 +39,7 @@ // //************************************************************************************************* // -// * Introduction to the runtime file:../../doc/BookOfTheRuntime/Introduction/botr-faq.md +// * Introduction to the runtime file:../../Documentation/botr/botr-faq.md // // #MajorDataStructures. The major data structures associated with the runtime are // * code:Thread (see file:threads.h#ThreadClass) - the additional thread state the runtime needs. -- 2.7.4