diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 874a3a1..c3d74d8 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -875,9 +875,9 @@ strio_rewind(VALUE self) * call-seq: * seek(offset, whence = SEEK_SET) -> 0 * - * Sets the current position to the given integer +offset+ (in bytes), + * Sets the position to the given integer +offset+ (in bytes), * with respect to a given constant +whence+; - * see {Position}[rdoc-ref:IO@Position]. + * see {IO#seek}[https://docs.ruby-lang.org/en/master/IO.html#method-i-seek]. */ static VALUE strio_seek(int argc, VALUE *argv, VALUE self)