diff options
author | 2024-03-12 20:24:02 +0000 | |
---|---|---|
committer | 2024-03-12 20:24:02 +0000 | |
commit | a764c42053e8f0cf1d8463598f5a503332ac61b1 (patch) | |
tree | c3b040156e269807eddb5d4a342c71e35f5a95ce /.github | |
parent | 3d915d3cb30e5d08829aa2928676a53c505a601e (diff) | |
download | iced-a764c42053e8f0cf1d8463598f5a503332ac61b1.tar.gz iced-a764c42053e8f0cf1d8463598f5a503332ac61b1.tar.bz2 iced-a764c42053e8f0cf1d8463598f5a503332ac61b1.zip |
Fix wgpu examples link in issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 09b31697..20ef2b73 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -28,7 +28,7 @@ body: If you have any issues running any of the examples, make sure your graphics drivers are up-to-date. If the issues persist, please report them to the authors of the libraries directly! - [the `wgpu` examples]: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples + [the `wgpu` examples]: https://github.com/gfx-rs/wgpu/tree/trunk/examples [the `glow` examples]: https://github.com/grovesNL/glow/tree/main/examples options: - label: My hardware is compatible and my graphics drivers are up-to-date. |