From 70415071e82964bbd9cbf9391806ce7f396cf2a2 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Fri, 8 Apr 2022 14:25:38 -0500 Subject: Fix some RDoc links (#5778) --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index da663f9765..b0991755cb 100644 --- a/process.c +++ b/process.c @@ -4773,7 +4773,7 @@ rb_spawn(int argc, const VALUE *argv) * _command..._ is one of following forms. * * This method has potential security vulnerabilities if called with untrusted input; - * see {Command Injection}[command_injection.rdoc]. + * see {Command Injection}[rdoc-ref:command_injection.rdoc]. * * [commandline] * command line string which is passed to the standard shell -- cgit v1.2.1