From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4129C3858D20; Sat, 28 Jan 2023 18:24:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4129C3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674930267; bh=i7ow9MTUs2/OatwQPOmomXHgrdLm8LNK4rXvw2R6Iy0=; h=From:To:Subject:Date:From; b=HWPED4R7P5FHPRxvyjZl4hjDUep/ax5J2Lz4hDLljczTCRz5QCFCJNQFJB8Ag3MZy GUXu0c8LvlWGL/jrnFIxJ3I5Hkhd/T9wsE5qX0YMnL/yVpG8to3DZG5iP7zUAplpEN BBYzchrKcMHbx5AqqsLeCtrkdgfa9+Z8VJcgTpxs= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5476] doc: Update link to Objective-C book X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 6464409b0c7077e36858989b5dae302e2d26f45a X-Git-Newrev: 09349c07e0cb261f13a5941edff22d57c047ff57 Message-Id: <20230128182427.4129C3858D20@sourceware.org> Date: Sat, 28 Jan 2023 18:24:27 +0000 (GMT) List-Id: https://gcc.gnu.org/g:09349c07e0cb261f13a5941edff22d57c047ff57 commit r13-5476-g09349c07e0cb261f13a5941edff22d57c047ff57 Author: Gerald Pfeifer Date: Sat Jan 28 19:23:35 2023 +0100 doc: Update link to Objective-C book gcc/ChangeLog: * doc/standards.texi (Standards): Update link to Objective-C book. Diff: --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index b54502add41..5ea724f5657 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -280,7 +280,7 @@ works with the Apple/NeXT Objective-C runtime library. There is no formal written standard for Objective-C or Objective-C++@. The authoritative manual on traditional Objective-C (1.0) is ``Object-Oriented Programming and the Objective-C Language'': -@uref{http://www.gnustep.org/@/resources/@/documentation/@/ObjectivCBook.pdf} +@uref{https://gnustep.github.io/@/resources/@/documentation/@/ObjectivCBook.pdf is the original NeXTstep document. The Objective-C exception and synchronization syntax (that is, the