From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id C43721F462 for ; Thu, 25 Jul 2019 23:17:34 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id C4E4B120AE0; Fri, 26 Jul 2019 08:17:28 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 18EC5120968 for ; Fri, 26 Jul 2019 08:17:26 +0900 (JST) Received: by filter0089p3iad2.sendgrid.net with SMTP id filter0089p3iad2-21356-5D3A3888-25 2019-07-25 23:17:28.692965758 +0000 UTC m=+87009.891960781 Received: from herokuapp.com (unknown [54.197.35.114]) by ismtpd0033p1mdw1.sendgrid.net (SG) with ESMTP id -eCldUx2QCSSEQIALNtBig for ; Thu, 25 Jul 2019 23:17:28.497 +0000 (UTC) Date: Thu, 25 Jul 2019 23:17:28 +0000 (UTC) From: nagachika00@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 69422 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15775 X-Redmine-Issue-Author: davidpiegza X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: nagachika X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?O2wxg26uOO6cft6GjkEp=2FGevTnH9lR=2FEdG60AX3F8=2FC6tr0kD+FlhPhngh1vsa?= =?us-ascii?Q?svzoKr6THY4pzzgOQrN9TaI814XwkN2Pz=2FdbpXJ?= =?us-ascii?Q?zzSTy7qLfWwP5QzjV7Ap4+p+LFP4VlcSvLJ4UtA?= =?us-ascii?Q?944iHkPKyArqN5fmQNNTXwnCHRVXIwWqb2WaPRX?= =?us-ascii?Q?ZR8Q89mmj+ynoKgHA4tme8LqtiRzdSsH2jw=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 93920 Subject: [ruby-core:93920] [Ruby master Bug#15775] Update broken URL in Float documentation X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15775 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.4: REQUIRED, 2.5: REQUIRED, 2.6: REQUIRED to 2.4: REQUIRED, 2.5: REQUIRED, 2.6: DONE ruby_2_6 r67714 merged revision(s) b72623012d74abdb06210153ed48c9e2fa075bbd. ---------------------------------------- Bug #15775: Update broken URL in Float documentation https://bugs.ruby-lang.org/issues/15775#change-80044 * Author: davidpiegza (David Piegza) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.4: REQUIRED, 2.5: REQUIRED, 2.6: DONE ---------------------------------------- This patch updates a broken URL to GitHub's wiki page in the documentation of the Float class (the GitHub URL changed). Documentation (2nd link): https://ruby-doc.org/core-2.6/Float.html ---Files-------------------------------- update-url-in-Float-documentation.patch (526 Bytes) -- https://bugs.ruby-lang.org/