Skip to content

Commit 3d0f7f6

Browse files
Change codeplex wiki reference to github
1 parent 04d86e0 commit 3d0f7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/pplx/threadpool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static void abort_if_no_jvm()
3333
{
3434
if (JVM == nullptr)
3535
{
36-
__android_log_print(ANDROID_LOG_ERROR, "CPPRESTSDK", "%s", "The CppREST SDK must be initialized before first use on android: https://casablanca.codeplex.com/wikipage?title=Use%20on%20Android");
36+
__android_log_print(ANDROID_LOG_ERROR, "CPPRESTSDK", "%s", "The CppREST SDK must be initialized before first use on android: https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-Android");
3737
std::abort();
3838
}
3939
}

0 commit comments

Comments
 (0)