Authentication-Results: mail-b.sr.ht; dkim=pass header.d=gmail.com header.i=@gmail.com Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by mail-b.sr.ht (Postfix) with ESMTPS id 5998511F033 for <~sircmpwn/godocs.io@lists.sr.ht>; Sat, 15 Jan 2022 02:39:12 +0000 (UTC) Received: by mail-pf1-f193.google.com with SMTP id 78so4380931pfu.10 for <~sircmpwn/godocs.io@lists.sr.ht>; Fri, 14 Jan 2022 18:39:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to:cc; bh=9v43yUWSA7l+LTDe8+MhJ6t5jXsXnYmKhmnu0fnoLnw=; b=KRzruQPQwLTzeynIHy6E61EWJAruWO/pffOzD5Wtz2sf8sUZUHRr0VjfaB+29zRELT XDg9xq0KF3Z+Hjgv9LdmcEVr1LQtRcaBGXKWqn0lwn774j9jVheGNQJ6QxM1hobfUPQM KUIAKUcmh/bSo4cakrnyP55NkqP8s5CMIR0zx2X/BqlcRdOGtt3Vd1FuRZROUtKtW3l5 MPTWaw6ZlmMOJdSWHRJm32E0xJGCO+Ko9YwcmYCZ2iboMNn1cs0PiHCFWQ/nE8jaR4nA LMOZRWrXYkovk4LGN18+ElsdVDQGbxzv+QRZLOoPtL39dwQL7+l4by4q3rFImkdqFUSg W1fA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=9v43yUWSA7l+LTDe8+MhJ6t5jXsXnYmKhmnu0fnoLnw=; b=WFBbEVBk9eI9pgjQixQNiuavGamkQttj5HlyKdWB08nk45IbB4SlDEhQzR6AaqcJ5e DLwtrtv6HD500yMQXa4D0BaVgExfe6UwDPdXBmiBhOTOMsTnLvnneR61Ow5tcuxj58ki g7WPwUK2vxPYgc/NeGh8S+FL7Hmj4cZGfHoOWJPr53SJWI0HQXNtqGyMmuiDbzIrOI1e YMdThflCvb5XWgBu2bTXHBxlyLf3y0EyxHM9FVajDLhW3oxUGSIBI9+17lMBDuhj9tcM Xa0I5o3KawbvNb9jui1gNix0sooE4HhCjbI5lY+gw2/50kcdcFt8LsdFbhZzWQMiA1Jq yo5A== X-Gm-Message-State: AOAM531iDw9pFxgRD5JSmPyDERlwLYG23zhGhLfAE9Vigahr9b4A2rpY Ye4SA4tioLoBeIHurLXsgr1w9UhwmLQJpi8AIn3b9ZbbKiTlTCiE X-Google-Smtp-Source: ABdhPJyeVgwIYCil9UYVDjmckGzD/nrmgjmW6KMSJJGceNp9eupH8uDFt3MxArLmivjH9VOa2zdNFBJCvgQeDyU2k/M= X-Received: by 2002:a63:87c6:: with SMTP id i189mr1196442pge.451.1642214349910; Fri, 14 Jan 2022 18:39:09 -0800 (PST) MIME-Version: 1.0 From: Zombo Date: Fri, 14 Jan 2022 20:39:01 -0600 Message-ID: Subject: Re: links to source code 404 To: ~sircmpwn/godocs.io@lists.sr.ht Cc: =?UTF-8?Q?Bor_Gro=C5=A1elj_Simi=C4=87?= Content-Type: text/plain; charset="UTF-8" I just noticed this too. If you go to this page: https://godocs.io/runtime/race You see this link: https://github.com/golang/go/blob/v1.17.6/src/runtime//race/doc.go which is wrong for a couple of reasons. Firstly, double slash should not exist. Second, the version number is wrong, here is correct link: https://github.com/golang/go/blob/go1.17.6/src/runtime/race/doc.go