Skip to content

Commit

Permalink
Merge pull request #23 from JuliaGNI/fix-repo-link
Browse files Browse the repository at this point in the history
Removed https.
  • Loading branch information
michakraus authored Dec 5, 2024
2 parents 649e93e + 0464a45 commit 2f07955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT_TOML = Pkg.TOML.parsefile(joinpath(@__DIR__, "..", "Project.toml"))
VERSION = PROJECT_TOML["version"]
NAME = PROJECT_TOML["name"]
AUTHORS = join(PROJECT_TOML["authors"], ", ") * " and contributors"
GITHUB = "https://github.com/JuliaGNI/AbstractNeuralNetworks.jl"
GITHUB = "github.com/JuliaGNI/AbstractNeuralNetworks.jl"

bib = CitationBibliography(joinpath(@__DIR__, "src", "AbstractNeuralNetworks.bib"))

Expand Down

0 comments on commit 2f07955

Please sign in to comment.