We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df14f commit 61f16fdCopy full SHA for 61f16fd
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
RUSTDOCFLAGS: >
41
--extern-html-root-url=wayland_client=https://smithay.github.io/wayland-rs/
42
--extern-html-root-url=x11=https://docs.rs/x11/latest/
43
- --extern-html-root-url=khronos-egl=https://docs.rs/khronos-egl/latest/
+ --extern-html-root-url=khronos_egl=https://docs.rs/khronos-egl/latest/
44
--extern-html-root-url=xkb=https://docs.rs/xkb/latest/
45
- uses: actions-rs/cargo@v1
46
with:
0 commit comments