Skip to content

Commit a2cd390

Browse files
committed
Merge branch 'master' into release/stable
2 parents d13e3d8 + 86bfb79 commit a2cd390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SOS/Strike/exts.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ inline void EENotLoadedMessage(HRESULT Status)
204204
ExtOut("Failed to find runtime module (%s or %s or %s), 0x%08x\n", GetRuntimeDllName(IRuntime::Core), GetRuntimeDllName(IRuntime::WindowsDesktop), GetRuntimeDllName(IRuntime::UnixCore), Status);
205205
#endif
206206
ExtOut("Extension commands need it in order to have something to do.\n");
207-
ExtOut("For more information see https://aka.ms/sos_faq\n");
207+
ExtOut("For more information see https://go.microsoft.com/fwlink/?linkid=2135652\n");
208208
}
209209

210210
inline void DACMessage(HRESULT Status)
@@ -248,7 +248,7 @@ inline void DACMessage(HRESULT Status)
248248
ExtOut("path is pointing to %s as well.\n", GetRuntimeDllName());
249249
}
250250
ExtOut("\n");
251-
ExtOut("For more information see https://aka.ms/sos_faq\n");
251+
ExtOut("For more information see https://go.microsoft.com/fwlink/?linkid=2135652\n");
252252
}
253253

254254
HRESULT CheckEEDll();

src/SOS/Strike/util.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@ bool CheckBreakingRuntimeChange(int* pVersion)
34023402
if (version > SOS_BREAKING_CHANGE_VERSION)
34033403
{
34043404
ExtWarn("WARNING: SOS needs to be upgraded for this version of the runtime. Some commands may not work correctly.\n");
3405-
ExtWarn("For more information see https://aka.ms/sos_faq\n");
3405+
ExtWarn("For more information see https://go.microsoft.com/fwlink/?linkid=2135652\n");
34063406
ExtWarn("\n");
34073407
result = true;
34083408
}

0 commit comments

Comments
 (0)