incubator-devlake-website icon indicating copy to clipboard operation
incubator-devlake-website copied to clipboard

[Doc][Link] Links in the website are deprecated

Open d4x1 opened this issue 2 years ago • 7 comments

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

image

Additional context

Other 404 links are unexpected, we can fix the links to code details, and see what happends to this checker.

d4x1 avatar Jul 20 '23 08:07 d4x1

Hi, if it's possible can i work on it? Is it still open?

kushan23 avatar Aug 17 '23 19:08 kushan23

@kushan23 Of course ! thank you!

d4x1 avatar Aug 18 '23 03:08 d4x1

@kushan23 Yes, it is. Thanks for volunteering.

klesh avatar Aug 18 '23 03:08 klesh

Looks like @kushan23 isn't working on this. May I work on this @klesh ?

anjy7 avatar Sep 08 '23 22:09 anjy7

@anjy7 Yup, sure. Thanks for volunteering

klesh avatar Sep 11 '23 05:09 klesh

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 avatar Sep 18 '23 20:09 anjy7

@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. image

klesh avatar Sep 19 '23 05:09 klesh