how am i suppose to interpret the output of the li...
# contributing-to-airbyte
c
how am i suppose to interpret the output of the link checker?
docs/integrations/destinations/local-csv/README.md
this isn’t an actual file in source.
Copy code
Status: Downloaded newer image for airbyte/tool-link-checker:latest
- (2183:63151) 'CSV Dest..' => <https://github.com/airbytehq/airbyte/tree/594c90e3bf6cba4d39dfdf69131567cf6d0da3da/docs/integrations/destinations/local-csv/README.md> (HTTP 404)
Found broken links
u
i guess the issue was in a file where the text that directly preceeded the link was
CSV Dest…
and then the link was wrong although not quite in the way that the link checker said it was.
u
it was
../destinations/local-csv
when it should have been
../destinations/local-csv.md
. but link checker appended a README.md at the end.