Skip to content

Commit 0ba6ec2

Browse files
authored
Restore link to list of packages in Base docs (#50353)
This link used to exist in the docs up to v0.2, but it was removed in e91294f as it was pointing to a doc page that was removed in ef0c44d. This change restores the link in the original place, pointing to the up-to-date location.
1 parent 43bf2c8 commit 0ba6ec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/base/base.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Julia Base contains a range of functions and macros appropriate for performing
66
scientific and numerical computing, but is also as broad as those of many general purpose programming
7-
languages. Additional functionality is available from a growing collection of available packages.
7+
languages. Additional functionality is available from a growing collection of
8+
[available packages](https://julialang.org/packages/).
89
Functions are grouped by topic below.
910

1011
Some general notes:

0 commit comments

Comments
 (0)