From b86a7ecf2ee44f35ddccd358df454cf06646f250 Mon Sep 17 00:00:00 2001 From: Alvin Crespo Date: Sat, 30 Sep 2023 09:45:35 -0400 Subject: [PATCH] Links YARD::CLI::Yardoc to api reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5ffc997..7370fe45a 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Note that the README file can be specified with its own `--readme` switch. You can also add a `.yardopts` file to your project directory which lists the switches separated by whitespace (newlines or space) to pass to yardoc whenever it is run. A full overview of the `.yardopts` file can be found in -{YARD::CLI::Yardoc}. +[YARD::CLI::Yardoc](https://rubydoc.info/gems/yard/YARD/CLI/Yardoc#label-Options+File+-28.yardopts-29). ### Queries