-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationdocsystemThe documentation building systemThe documentation building system
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.
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationdocsystemThe documentation building systemThe documentation building system