Skip to content

Commit 61f16fd

Browse files
CI: fix khronos-egl docs link
1 parent 09df14f commit 61f16fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
RUSTDOCFLAGS: >
4141
--extern-html-root-url=wayland_client=https://smithay.github.io/wayland-rs/
4242
--extern-html-root-url=x11=https://docs.rs/x11/latest/
43-
--extern-html-root-url=khronos-egl=https://docs.rs/khronos-egl/latest/
43+
--extern-html-root-url=khronos_egl=https://docs.rs/khronos-egl/latest/
4444
--extern-html-root-url=xkb=https://docs.rs/xkb/latest/
4545
- uses: actions-rs/cargo@v1
4646
with:

0 commit comments

Comments
 (0)