[Doc][Link] Links in the website are deprecated
Documentation Scope
This repo's github action fails every day, cause of deprecated links in the website's document.
Describe the Change
After checking the errors, I found that link to code like https://github.com/apache/incubator-devlake/blob/main/generator/template/plugin/tasks/task_data.go-template should be https://github.com/apache/incubator-devlake/blob/main/backend/generator/template/plugin/tasks/task_data.go-template. (Just add a /backend in the file path.)
Screenshots
Additional context
Other 404 links are unexpected, we can fix the links to code details, and see what happends to this checker.
Hi, if it's possible can i work on it? Is it still open?
@kushan23 Of course ! thank you!
@kushan23 Yes, it is. Thanks for volunteering.
Looks like @kushan23 isn't working on this. May I work on this @klesh ?
@anjy7 Yup, sure. Thanks for volunteering
hey @klesh , there's no https://github.com/apache/incubator-devlake/blob/main/backend/generator/template/plugin/tasks/task_data.go-template (mentioned as a fix above ) isn't a valid url as there's no generator folder. Any guidance on how to proceed with those links which were under generator?
@anjy7 Hi, code generator has been deprecated recently.
I think you are fixing the link from an older version, in this case, you should select the version accordingly on the repo, and then you can find the missing file with the correct link.