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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-01-24 03:09:45 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-01-24 03:10:37 +0300
commite5d8c2a67f51261b7865a662d95fb5cb248c2959 (patch)
tree9ccb9e7565b8116a2b803fb17c61e9d3c78faca9 /intern/cycles/device/device_cuda.cpp
parentd5c7d22bc2c845a63aa1c9368c854949dcc11bf7 (diff)
Use new manual URL
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 233f94be1bf..dafac6dfcb3 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -130,7 +130,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;
}
}