From 8343a0934df8f437938c55a6f0ff120c7c24a8bb Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 4 Jun 2019 09:26:35 +0530 Subject: [PATCH] doc: fix missing anchor links in contribute.html Some

s were missing ids due to which the anchor links weren't getting generated. Fixes #32415 Change-Id: Ica21425c1a7c49735231c1de96b6c77dd594ce64 Reviewed-on: https://go-review.googlesource.com/c/go/+/180397 Reviewed-by: Ian Lance Taylor --- doc/contribute.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index 6f2287b410..471eeef536 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -26,7 +26,7 @@ see Contributing to gccgo.

Becoming a contributor

-

Overview

+

Overview

The first step is registering as a Go contributor and configuring your environment. @@ -261,7 +261,7 @@ a new issue or by claiming an existing one.

-

Check the issue tracker

+

Check the issue tracker

Whether you already know what contribution to make, or you are searching for @@ -398,7 +398,7 @@ It's different but powerful and familiarity with it will help you understand the flow.

-

Overview

+

Overview

This is an overview of the overall process: @@ -666,7 +666,7 @@ The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm Fixes #159 -

First line

+

First line

The first line of the change description is conventionally a short one-line @@ -684,7 +684,7 @@ and actually summarizes the result of the change. Follow the first line by a blank line.

-

Main content

+

Main content

The rest of the description elaborates and should provide context for the @@ -702,7 +702,7 @@ tool is conventionally used to format benchmark data for change descriptions.

-

Referencing issues

+

Referencing issues

The special notation "Fixes #12345" associates the change with issue 12345 in the -- 2.50.0