Open
Description
In the Performance Tips section, Reducing Package Loading Time subsection (https://docs.julialang.org/en/v1/manual/performance-tips/#Reducing-package-loading-time), in the first numbered item in the list:
"Reduce your dependencies to those you really need. Consider using package extensions to support interoperability with other packages without bloating your essential dependencies."
The hyperlink for "package extensions" is https://docs.julialang.org/en/v1/base/math/#Base.:--Tuple{Any,%20Any}, which links to the method documentation for Base.:-
.
I believe the correct hyperlink should be https://docs.julialang.org/en/v1/manual/code-loading/#man-extensions.