diff options
| author | Prudhvi Krishna Chintala <prudhvikrishna@google.com> | 2023-08-16 14:56:40 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-09-05 19:16:35 +0000 |
| commit | 7431aa5932c48bce425bf3f2dc368c5b1fed6e2c (patch) | |
| tree | eb00a40cce8757de6c9a95e7581d6b62bde852ed /internal/fetch | |
| parent | 68be0dd19ca1f26829a1586f041de142ed2d3b44 (diff) | |
| download | go-x-pkgsite-7431aa5932c48bce425bf3f2dc368c5b1fed6e2c.tar.xz | |
static/frontend: fix to make link purpose clear to users.
Change-Id: I4ebdf32f03936e6af927c204e28548e39994cd77
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/520255
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'internal/fetch')
| -rw-r--r-- | internal/fetch/fetchdata_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fetch/fetchdata_test.go b/internal/fetch/fetchdata_test.go index fd304125..51ecbd69 100644 --- a/internal/fetch/fetchdata_test.go +++ b/internal/fetch/fetchdata_test.go @@ -703,7 +703,7 @@ var moduleDocTest = &testModule{ docStrings: map[string][]string{ "doc.test/permalink": { "<h4 id=\"hdr-This_is_a_heading\">This is a heading <a", - "href=\"#hdr-This_is_a_heading\">¶</a></h4>", + "href=\"#hdr-This_is_a_heading\" aria-label=\"Go to This is a heading\">¶</a></h4>", }, }, } |
