From patchwork Fri Dec 25 18:42:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1420628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4D2bRl3lkdz9sW0 for ; Sat, 26 Dec 2020 05:43:13 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B81E53857C4E; Fri, 25 Dec 2020 18:43:06 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id F1D0B385800D; Fri, 25 Dec 2020 18:42:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F1D0B385800D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gerald@pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 5829233E10; Fri, 25 Dec 2020 13:42:54 -0500 (EST) Received: from [192.168.1.5] (77.118.226.34.wireless.dyn.drei.com [77.118.226.34]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id CD67C33E0F; Fri, 25 Dec 2020 13:42:53 -0500 (EST) Date: Fri, 25 Dec 2020 19:42:48 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [committed] libstdc++: Update link to Java docs MIME-Version: 1.0 Message-Id: <20201225184254.5829233E10@hamza.pair.com> X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" The new link, a micro site oracle.com now redirects to, is quite more generic, yet I have not found a general link just covering Java API, so went ahead pushing this for now. Any suggestions for something more specific? Gerald commit a746898dff8d92646b007fec3eb971ec5e8be9e0 Author: Gerald Pfeifer Date: Fri Dec 25 19:14:35 2020 +0100 libstdc++: Update link to Java docs libstdc++-v3: 2020-12-25 Gerald Pfeifer * doc/xml/manual/messages.xml: Update link to Java docs. * doc/html/manual/facets.html: Ditto. diff --git a/libstdc++-v3/doc/html/manual/facets.html b/libstdc++-v3/doc/html/manual/facets.html index 2dd36307fcd..828b52f49bb 100644 --- a/libstdc++-v3/doc/html/manual/facets.html +++ b/libstdc++-v3/doc/html/manual/facets.html @@ -732,7 +732,7 @@ void test01() . Angelika Langer. Klaus Kreft. Copyright ?? 2000 Addison Wesley Longman, Inc.. Addison Wesley Longman .

- + API Specifications, Java Platform . java.util.Properties, java.text.MessageFormat, diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml index b1bc4b76f07..418304c3dc2 100644 --- a/libstdc++-v3/doc/xml/manual/messages.xml +++ b/libstdc++-v3/doc/xml/manual/messages.xml @@ -541,7 +541,7 @@ void test01() <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://www.oracle.com/technetwork/java/api/index.html"> + xlink:href="https://docs.oracle.com/en/java/"> API Specifications, Java Platform </link>