git: 527260e1b7 - main - Update ruby links in Developers Handbook

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Sun, 08 Jan 2023 12:39:23 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=527260e1b7e029ae1ba38f7854d778162c2da503

commit 527260e1b7e029ae1ba38f7854d778162c2da503
Author:     KaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>
AuthorDate: 2023-01-08 12:38:33 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-01-08 12:38:33 +0000

    Update ruby links in Developers Handbook
    
    PR:     268777
---
 documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc
index e94ebd62cb..92c48a7656 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc
@@ -158,7 +158,7 @@ Ruby::
 Ruby is an interpreter, pure object-oriented programming language.
 It has become widely popular because of its easy to understand syntax, flexibility when writing code, and the ability to easily develop and maintain large, complex programs.
 +
-Ruby is available from the Ports Collection as package:lang/ruby25[].
+Ruby is available from the Ports Collection as package:lang/ruby32[].
 
 Tcl and Tk::
 Tcl is an embeddable, interpreted language, that has become widely used and became popular mostly because of its portability to many platforms.