Skip to content

Commit

Permalink
Change codeplex wiki reference to github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Nov 18, 2015
1 parent 04d86e0 commit 3d0f7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/src/pplx/threadpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static void abort_if_no_jvm()
{
if (JVM == nullptr)
{
__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");
__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");
std::abort();
}
}
Expand Down

0 comments on commit 3d0f7f6

Please sign in to comment.