Wrong link to documentation
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 58
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
I belive last changes in build system where bad for taking rgbds's git version in vite.config.js
changing
https://github.com/gbdev/rgbds-live/blob/ddf7ca596ae899bdebc4a3fc50749ffeb2a6d7ac/vite.config.js#L8
to
```
git --git-dir=rgbds/.git -c safe.directory='*' describe --tags --abbrev=0
```
should restore "order"
Contributor guide
No contributing guide indexed for this repository
Research direction
Open vite.config.js at the referenced line and inspect how the rgbds Git version is obtained. Replace the current version lookup with the proposed git describe command, then verify that the generated documentation link restores the expected order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vite
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 78/100