From a2fb48462cf957590d2c9c6c8eb3776f781ca6b6 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 27 Nov 2013 14:40:35 -0600 Subject: [PATCH] Update another old github link --- doc/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/array.rst b/doc/array.rst index 9c2c10de..0f3252f6 100644 --- a/doc/array.rst +++ b/doc/array.rst @@ -86,7 +86,7 @@ functions defined on them such as `cfloat_mul(a, b)` or `cdouble_log(z)`. Elementwise kernels automatically include the header if your kernel has complex input or output. See the `source file -<https://github.com/inducer/pyopencl/blob/master/src/cl/pyopencl-complex.h>`_ +<https://github.com/pyopencl/pyopencl/blob/master/src/cl/pyopencl-complex.h>`_ for a precise list of what's available. If you need double precision support, please:: -- GitLab