Fix broken links in generated groovydocs
Open
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
### Issue description
### Issue description
Broken links can be identified and verified as fixed using https://github.com/lycheeverse/lychee/releases/.
```
./gradlew grails-doc:build
cd \grails-doc\build\docs\
lychee-x86_64-windows.exe . --format markdown --output results.md --exclude ".*.css$" --exclude "^http://localhost"
```
review `results.md`
Contributor guide
Research direction
Run ./gradlew grails-doc:build, then inspect grails-doc/build/docs with lychee using the command in the issue. Review results.md to identify the broken links and verify that the report no longer finds them after the fixes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100