You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tutorials/curve-fit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In your own code, you most likely won't need all of these packages. Pick and cho
23
23
24
24
If you will be using these tools as part of a bigger project, it's strongly recommended to create a [Julia Project](https://pkgdocs.julialang.org/v1/environments/) to record package versions. If you're just experimenting, you can create a temporary project by running `] activate --temp` in the Julia REPL.
25
25
26
-
If you're using [Pluto notebooks](https:/plutojl.org), installing and recording package versions in a project are handled for you automatically.
26
+
If you're using [Pluto notebooks](https://plutojl.org), installing and recording package versions in a project are handled for you automatically.
0 commit comments