We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c8719 commit fd26de9Copy full SHA for fd26de9
config.toml
@@ -23,7 +23,7 @@ website_github_repo = "Rust-GPU/rust-gpu.github.io"
23
site_description = "Rust on GPUs."
24
juice_exclude_menu = ["Ecosystem", "Changelog", "Blog"]
25
juice_extra_menu = [
26
- { title = "Docs", link = "https://embarkstudios.github.io/rust-gpu/book/" },
+ { title = "Docs", link = "https://rust-gpu.github.io/rust-gpu/book/" },
27
{ title = "Blog", link = "/blog/" },
28
{ title = "Ecosystem", link = "/ecosystem/" },
29
{ title = "Changelog", link = "/changelog/" },
0 commit comments