Bug report
Describe the bug
The Showcase website still features the old URLs to the examples. So, e.g. the James Webb example points to the old url instead of the correct url. Same for all the other examples listed.
To Reproduce
Steps to reproduce the behavior:
- Go to https://nyxspace.com/nyxspace/showcase/
- Click on the source code link for any of the examples
- Kaboom, didn't work as expected (404)
Expected behavior
I expected to be linked to the actual source code. I think all it needs is a simple find-and-replace (s/examples/nyx-core\/examples/)
Code to reproduce the issue
N/A
Additional context
This is technically about the showcase website so apologies if this doesn't belong in this issue tracker. I think the showcase site gets built out-of-repo.
Bug report
Describe the bug
The Showcase website still features the old URLs to the examples. So, e.g. the James Webb example points to the old url instead of the correct url. Same for all the other examples listed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected to be linked to the actual source code. I think all it needs is a simple find-and-replace (
s/examples/nyx-core\/examples/)Code to reproduce the issue
N/A
Additional context
This is technically about the showcase website so apologies if this doesn't belong in this issue tracker. I think the showcase site gets built out-of-repo.