Skip to content

Commit 3e35ae9

Browse files
committed
Update link to documentation
1 parent abdc03d commit 3e35ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
![tests](https://github.com/JuliaGL/XCB.jl/workflows/Run%20tests/badge.svg) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagl.github.io/XCB.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagl.github.io/XCB.jl/dev)
44

55
Wrapper around the [X protocol C-language Binding (XCB)](https://xcb.freedesktop.org/) library for interacting with X window systems.
6-
Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the [package documentation](https://serenity.github.io/XCB.jl/stable).
6+
Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the [package documentation](https://juliagl.github.io/XCB.jl/stable).
77
Users wishing to use the Clang wrapper directly will have to use `XCB.Libxcb`. For documentation, they should refer to the [XCB documentation](https://xcb.freedesktop.org/).

0 commit comments

Comments
 (0)