WebGPU examples: keep link relative to the current page (#8617)
# Objective - Fix bad links in the WebGPU example page ## Solution - Bevy website always add the trailing slash, keep the link relative by removing the current folder from it
This commit is contained in:
parent
3d75210564
commit
6b0986a6e8
@ -219,7 +219,7 @@ description = \"{}\"
|
|||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
technical_name = \"{}\"
|
technical_name = \"{}\"
|
||||||
link = \"examples-webgpu/{}/{}\"
|
link = \"{}/{}\"
|
||||||
image = \"../static/screenshots/{}/{}.png\"
|
image = \"../static/screenshots/{}/{}.png\"
|
||||||
code_path = \"content/examples-webgpu/{}\"
|
code_path = \"content/examples-webgpu/{}\"
|
||||||
github_code_path = \"{}\"
|
github_code_path = \"{}\"
|
||||||
|
Loading…
Reference in New Issue
Block a user