Skip to content

Commit f74d625

Browse files
authored
Fix link to package naming rules (#132)
1 parent ff2aa55 commit f74d625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GitHub is a platform for collaborative software development, based on the versio
2727
If you are unfamiliar with these technologies, check out the [GitHub documentation](https://docs.github.com/en/get-started/quickstart).
2828

2929
The first step is therefore [creating](https://github.com/new) an empty GitHub repository.
30-
You should try to follow [package naming guidelines](https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines) and add a ".jl" extension at the end, like so: "MyAwesomePackage.jl".
30+
You should try to follow [package naming rules](https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-rules) and add a ".jl" extension at the end, like so: "MyAwesomePackage.jl".
3131
Do not insert any files like `README.md`, `.gitignore` or `LICENSE.md`, this will be done for you in the next step.
3232

3333
Indeed, we can leverage [PkgTemplates.jl](https://github.com/JuliaCI/PkgTemplates.jl) to automate package creation (like `]generate` from Pkg.jl but on steroids).

0 commit comments

Comments
 (0)