ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
177 stars 113 forks source link

Broken links in documention #275

Open apatniv opened 1 year ago

apatniv commented 1 year ago

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.

kou commented 1 year ago

Could you show an example?

apatniv commented 1 year ago

Example:

See highlighted portion the links are not clickable

ruby_csv_example

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

kou commented 1 year ago

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?

apatniv commented 1 year ago

Yes. I will make a PR to fix them.

Thank you for quick response.

binarygit commented 1 year ago

@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

kou commented 1 year ago

Could you show the URL of the screenshot too?

binarygit commented 1 year ago

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

kou commented 1 year ago

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

Thanks. But the URL is 404...

salarconb commented 6 months ago

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

kou commented 6 months ago

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?

jarrettgreen commented 6 months ago

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