From: Matt Warren Date: Thu, 2 Mar 2017 06:57:52 +0000 (+0000) Subject: Update links to point to valid BotR pages - One extra link that was missed out (dotne... X-Git-Tag: submit/tizen/20210909.063632~11030^2~7883 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7335d0f031a0c0ab362c514c349394dab5cd91cd;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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.