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.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham 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 043951F461 for ; Mon, 26 Aug 2019 14:39:33 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id EDAEA120B4F; Mon, 26 Aug 2019 23:39:25 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 67A001209CF for ; Mon, 26 Aug 2019 23:39:24 +0900 (JST) Received: by filter0039p3las1.sendgrid.net with SMTP id filter0039p3las1-23488-5D63EF1E-A 2019-08-26 14:39:26.158030601 +0000 UTC m=+765460.803447403 Received: from herokuapp.com (unknown [3.82.112.209]) by ismtpd0029p1iad2.sendgrid.net (SG) with ESMTP id 0XtaDt1PSj-CVH0BtQrQ8A for ; Mon, 26 Aug 2019 14:39:26.041 +0000 (UTC) Date: Mon, 26 Aug 2019 14:39:26 +0000 (UTC) From: usa@garbagecollect.jp Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70117 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15775 X-Redmine-Issue-Author: davidpiegza X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: usa 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?9Ij0W+xF+66shKwcOf8RvdqxJGkEJjaCZuueI4cieuDoNUKO361=2F7a+aSbtC8O?= =?us-ascii?Q?2KEgNEpqxhVio6CAEMM1zrybK9zK0o5OTYNSvrG?= =?us-ascii?Q?hF=2FV2QLUdVUfWLxxuCxonGLlae5UfTeU7bV2BZp?= =?us-ascii?Q?HQLfoOo616J4SgTYTOYqo3DlA7aA5lqU5yOPwL+?= =?us-ascii?Q?8uaslwk4LmSrSIDbDYinCP5B2ysbStZdnOg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 94566 Subject: [ruby-core:94566] [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 usa (Usaku NAKAMURA). Backport changed from 2.4: REQUIRED, 2.5: REQUIRED, 2.6: DONE to 2.4: REQUIRED, 2.5: DONE, 2.6: DONE ruby_2_5 r67756 merged revision(s) b72623012d74abdb06210153ed48c9e2fa075bbd. ---------------------------------------- Bug #15775: Update broken URL in Float documentation https://bugs.ruby-lang.org/issues/15775#change-81022 * Author: davidpiegza (David Piegza) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.4: REQUIRED, 2.5: DONE, 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/