
Issue #19401 has been updated by eightbitraptor (Matthew Valentine-House). Fixed in [PR#7236](https://github.com/ruby/ruby/pull/7236) ---------------------------------------- Bug #19401: [Doc] Broken links in CSV documentation https://bugs.ruby-lang.org/issues/19401#change-101637 * Author: eightbitraptor (Matthew Valentine-House) * Status: Open * Priority: Normal * Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN ---------------------------------------- The link "Recipes for CSV" on [this page](https://docs.ruby-lang.org/en/master/CSV.html) points to a broken link: [https://docs.ruby-lang.org/en/master/csv/recipes/recipes_rdoc.html](https://docs.ruby-lang.org/en/master/csv/recipes/recipes_rdoc.html). It doesn't look like the intended target `doc/csv/recipes/recipes.rdoc` is being included in the rdoc output. There isn't an equivalent HTML file generated in `.ext/html` after I run `make doc` -- https://bugs.ruby-lang.org/