Skip to content

Commit 9af1200

Browse files
committed
Fix URL syntax in curve-fit.md
1 parent 489a5e3 commit 9af1200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/tutorials/curve-fit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your own code, you most likely won't need all of these packages. Pick and cho
2323

2424
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.
2525

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.
2727

2828

2929
## Generating the data

0 commit comments

Comments
 (0)