Skip to content

Commit e4a6c46

Browse files
authored
fix edit URL of license in docs (#88)
1 parent cb10cfd commit e4a6c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ open(joinpath(@__DIR__, "src", "license.md"), "w") do io
2020
# Point to source license file
2121
println(io, """
2222
```@meta
23-
EditURL = "https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/LICENSE.md"
23+
EditURL = "https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/LICENSE"
2424
```
2525
""")
2626
# Write the modified contents

0 commit comments

Comments
 (0)