Skip to content

Commit 4b46d9b

Browse files
authored
minor README fixes (#364)
1 parent d05cc88 commit 4b46d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagpu.github.io/OpenCL.jl/stable)
66
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagpu.github.io/OpenCL.jl/dev)
77

8-
[buildkite-img]: https://badge.buildkite.com/6b2a46bff67692115dea3ad5a275d2f80777a5a99ffe42adb0.svg
8+
[buildkite-img]: https://badge.buildkite.com/6b2a46bff67692115dea3ad5a275d2f80777a5a99ffe42adb0.svg?branch=master
99
[buildkite-url]: https://buildkite.com/julialang/opencl-dot-jl
1010

1111
*Julia interface for the OpenCL parallel computation API*
1212

1313
This package aims to be a complete solution for OpenCL programming in Julia, similar in
14-
scope to [PyOpenCL] for Python. It provides a high level API for OpenCL to make programing
14+
scope to [PyOpenCL](http://mathema.tician.de/software/pyopencl/) for Python. It provides a high level API for OpenCL to make programing
1515
hardware accelerators, such as GPUs, FPGAs, and DSPs, as well as multicore CPUs much less
1616
onerous.
1717

0 commit comments

Comments
 (0)