mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ description = \"{}\"
|
|||
|
||||
[extra]
|
||||
technical_name = \"{}\"
|
||||
link = \"examples-webgpu/{}/{}\"
|
||||
link = \"{}/{}\"
|
||||
image = \"../static/screenshots/{}/{}.png\"
|
||||
code_path = \"content/examples-webgpu/{}\"
|
||||
github_code_path = \"{}\"
|
||||
|
|
Loading…
Reference in a new issue