Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMai Lavelle <mai.lavelle@gmail.com>2017-02-03 03:46:27 +0300
committerMai Lavelle <mai.lavelle@gmail.com>2017-02-03 03:46:27 +0300
commitbea6cfec1a08a967db923b3534daf2b9329184c7 (patch)
tree4f6a5b3726a0aaae3dc845a75d191051c74b7fa2 /intern/cycles/device/device_cuda.cpp
parent253c377ab3f2c0d07af9737491d36cbcb7089052 (diff)
parent9f67367f0aae46f022adb9b47d91c01b35ab9b0f (diff)
Merge branch 'master' into cycles_split_kernel
Diffstat (limited to 'intern/cycles/device/device_cuda.cpp')
-rw-r--r--intern/cycles/device/device_cuda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index 4a64c13e3b0..39bf2de7808 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -133,7 +133,7 @@ public:
{
if(first_error) {
fprintf(stderr, "\nRefer to the Cycles GPU rendering documentation for possible solutions:\n");
- fprintf(stderr, "http://www.blender.org/manual/render/cycles/gpu_rendering.html\n\n");
+ fprintf(stderr, "https://docs.blender.org/manual/en/dev/render/cycles/gpu_rendering.html\n\n");
first_error = false;
}
}