Skip to content

Commit efbd3e0

Browse files
committed
Update Pkg doc links
1 parent 449c68d commit efbd3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: homeworks/learning_julia1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ In the wiki:
8484
- [The REPL](https://en.wikibooks.org/wiki/Introducing_Julia/The_REPL)
8585
- Modules and packages:
8686
+ [Intro to modules and packages](https://en.wikibooks.org/wiki/Introducing_Julia/Modules_and_packages)
87-
+ [Pkg: getting started](https://pkgdocs.julialang.org/v1.6/getting-started/)
88-
+ [Pkg: managing packages](https://pkgdocs.julialang.org/v1.6/managing-packages/)
87+
+ [Pkg: getting started](https://pkgdocs.julialang.org/v1/getting-started)
88+
+ [Pkg: managing packages](https://pkgdocs.julialang.org/v1/managing-packages)
8989

90-
**Pro tip**: the two `Pkg` documentation pages were generated with [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/), which we'll learn to use in the course. Importantly, all of the pages it produces have a little "Version" indicator in the lower left. For `Pkg`, make sure the version matches your Julia version (type `Base.VERSION` in the REPL if you're unsure). If you're reading documentation on a specific package, it should match the package version you have installed (see `Pkg.status` or `pkg> status`).
90+
**Pro tip**: the two `Pkg` documentation pages were generated with [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/), which we'll learn to use in the course. Importantly, all of the pages it produces have a little "Version" indicator in the lower left. For `Pkg`, make sure the version matches your Julia version (type `Base.VERSION` in the REPL if you're unsure). If you're reading documentation on a specific package, it should match the package version you have installed (see `Pkg.status` or `pkg> status`). If you're using a beta version of Julia, choose `dev`.
9191
- [Arrays and tuples](https://en.wikibooks.org/wiki/Introducing_Julia/Arrays_and_tuples)
9292
- [Strings and characters](https://en.wikibooks.org/wiki/Introducing_Julia/Strings_and_characters)
9393
- [Dictionaries and sets](https://en.wikibooks.org/wiki/Introducing_Julia/Dictionaries_and_sets)

0 commit comments

Comments
 (0)