File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ if it finds packages under `[compat]` that is not listed in `[extras]`.
583583
584584For Julia 1.12+, using workspaces is recommended and this duplication is not necessary.
585585
586- ## Package naming guidelines
586+ ## [ Package naming guidelines] ( @ id Package-naming-rules)
587587
588588Package names should be sensible to most Julia users, * even to those who are not domain experts* .
589589The following rules apply to the ` General ` registry but may be useful for other package
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ name = "Example"
3939The name must be a valid [ identifier] ( https://docs.julialang.org/en/v1/base/base/#Base.isidentifier )
4040(a sequence of Unicode characters that does not start with a number and is neither ` true ` nor ` false ` ).
4141For packages, it is recommended to follow the
42- [ package naming rules ] (@ref Package-naming-rules). The ` name ` field is mandatory
42+ [ package naming guidelines ] (@ref Package-naming-rules). The ` name ` field is mandatory
4343for packages.
4444
4545
You can’t perform that action at this time.
0 commit comments