onsi / gomega

Ginkgo's Preferred Matcher Library
http://onsi.github.io/gomega/
MIT License
2.13k stars 282 forks source link

Broken anchor link to gstruct in docs #729

Closed losnir closed 5 months ago

losnir commented 5 months ago

The following line in the docs has a broken anchor link to gstruct package:

https://github.com/onsi/gomega/blob/762b171852113d80d8fc360558cccbccdc46af70/docs/index.md?plain=1#L1367

Also the word "package" is repeated.

It should be:

-If you want to make lots of complex assertions against the fields of a struct take a look at the [`gstruct`package](#gstruct-testing-complex-data-types) package documented below.
+If you want to make lots of complex assertions against the fields of a struct take a look at the [`gstruct`package](#codegstructcode-testing-complex-data-types) documented below.