csv icon indicating copy to clipboard operation
csv copied to clipboard

Broken links in documention

Open apatniv opened this issue 2 years ago • 11 comments

I found a couple of broken links in the 'https://ruby.github.io/csv/NEWS_md.html' section. There may be other broken links in other parts of the website as well. If you have no objections, I would like to try and address these broken links.

apatniv avatar Feb 27 '23 05:02 apatniv

Could you show an example?

kou avatar Feb 27 '23 06:02 kou

Example:

See highlighted portion the links are not clickable

ruby_csv_example

Comes from https://raw.githubusercontent.com/ruby/csv/master/NEWS.md

apatniv avatar Feb 28 '23 13:02 apatniv

Thanks. You focus on GitHub#N, right? If it's right, could you open a pull request to use [[GitHub#N](https://github.com/ruby/csv/issues/N)] markup like recent entries?

kou avatar Feb 28 '23 14:02 kou

Yes. I will make a PR to fix them.

Thank you for quick response.

apatniv avatar Mar 01 '23 01:03 apatniv

@kou Hello, I noticed that the recipies link is broken. image

I think the page has been moved. The link to recipies in the API docs are also broken: image

binarygit avatar Apr 10 '23 07:04 binarygit

Could you show the URL of the screenshot too?

kou avatar Apr 10 '23 08:04 kou

Sorry for replying late. I got held up with things and forgot about this. The URL is: https://ruby-doc.org/3.2.2/stdlibs/csv/doc/csv/recipes/recipes_rdoc.html

Screenshot_2023-05-01_12-57-31

Screenshot_2023-05-01_12-58-51

binarygit avatar May 01 '23 07:05 binarygit

The URL is: https://ruby-doc.org/3.2.2/stdlibs/csv/doc/csv/recipes/recipes_rdoc.html

Thanks. But the URL is 404...

kou avatar May 01 '23 07:05 kou

Hi, links are still broken in README page:

image

https://ruby-doc.org/3.2.2/libdoc/csv/rdoc/CSV.html https://ruby-doc.org/3.2.2/doc/csv/recipes/recipes_rdoc.html

salarconb avatar Feb 02 '24 14:02 salarconb

Ah, you said URIs in https://github.com/ruby/csv?tab=readme-ov-file#documentation ? I wanted to know the URI not URIs for 404.

We can use URIs under https://ruby.github.io/csv/ instead. Could anyone create a PR for this?

kou avatar Feb 03 '24 23:02 kou

https://github.com/ruby/csv/pull/294

jarrettgreen avatar Feb 12 '24 01:02 jarrettgreen

This issue can be closed as it has been fixed in #294.

komagata avatar May 11 '25 01:05 komagata

Good catch!

kou avatar May 11 '25 05:05 kou