Skip to content

Commit ca43049

Browse files
authored
Update use&dev_packages.md
Fix link jldoctests
1 parent e8ec599 commit ca43049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/developers/use&dev_packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Use [`ArgCheck.jl`](https://github.com/jw3126/ArgCheck.jl) to perform checks on
252252
---
253253

254254
* Every single function/type exported requires a [`docstring`](https://docs.julialang.org/en/v1/manual/documentation/).
255-
* For most docstrings, examples should be provided in the form of [jldoctests](what this is? where?)
255+
* For most docstrings, examples should be provided in the form of [jldoctests](https://documenter.juliadocs.org/stable/man/doctests/)
256256
* Double check `docstring`s of functions that have been modified.
257257
* `docsting`s maybe be provided if a function is not exported.
258258

0 commit comments

Comments
 (0)