Docs Menu
Docs Home
/
MongoDB Meta Documentation
/

Fantastic Errors and How to Fix Them

Error

Resolution

Duplicate explicit target name

This is most frequently caused by improper use of named hyperlink references. Instead, use an anonymous hyperlink reference.

For example, instead of this:

`Foo <http://example.org>`_

Use this:

`Foo <http://example.org>`__

Back

Generating a Browser Coverage List