Skip to content

Commit

Permalink
Merge pull request #66 from abelsiqueira/fix-bestie-url
Browse files Browse the repository at this point in the history
Update BestieTemplate.jl URL to JuliaBesties
  • Loading branch information
fverdugo authored Oct 7, 2024
2 parents 20c92dc + 4f4b7fa commit 072476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting_started_with_julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ This will crate a minimal package consisting of a new folder `MyPackage` with tw

!!! tip
This approach only generates a very minimal package. To create a more sophisticated package skeleton (including unit testing, code coverage, readme file, licence, etc.) use
[`PkgTemplates.jl`](https://github.com/JuliaCI/PkgTemplates.jl) or [`BestieTemplate.jl`](https://github.com/abelsiqueira/BestieTemplate.jl). The later one is developed in Amsterdam at the
[`PkgTemplates.jl`](https://github.com/JuliaCI/PkgTemplates.jl) or [`BestieTemplate.jl`](https://github.com/JuliaBesties/BestieTemplate.jl). The later one is developed in Amsterdam at the
[Netherlands eScience Center](https://www.esciencecenter.nl/).

You can add dependencies to the package by activating the `MyPackage` folder in package mode and adding new dependencies as always:
Expand Down

0 comments on commit 072476e

Please sign in to comment.