File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# MultilineStrings
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://invenia .github.io/MultilineStrings.jl/stable )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://invenia .github.io/MultilineStrings.jl/dev )
5
- [ ![ CI] ( https://github.com/Invenia /MultilineStrings.jl/workflows/CI/badge.svg )] ( https://github.com/Invenia /MultilineStrings.jl/actions?query=workflow%3ACI )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliastrings .github.io/MultilineStrings.jl/stable )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliastrings .github.io/MultilineStrings.jl/dev )
5
+ [ ![ CI] ( https://github.com/JuliaStrings /MultilineStrings.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaStrings /MultilineStrings.jl/actions?query=workflow%3ACI )
6
6
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
7
7
[ ![ ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet )] ( https://github.com/SciML/ColPrac )
8
8
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ using Documenter
4
4
makedocs (;
5
5
modules= [MultilineStrings],
6
6
authors= " Invenia Technical Computing Corporation" ,
7
- repo= " https://github.com/invenia /MultilineStrings.jl/blob/{commit}{path}#L{line}" ,
7
+ repo= " https://github.com/JuliaStrings /MultilineStrings.jl/blob/{commit}{path}#L{line}" ,
8
8
sitename= " MultilineStrings.jl" ,
9
9
format= Documenter. HTML (;
10
10
prettyurls= get (ENV , " CI" , " false" ) == " true" ,
11
- canonical= " https://invenia .github.io/MultilineStrings.jl" ,
11
+ canonical= " https://juliastrings .github.io/MultilineStrings.jl" ,
12
12
assets= String[],
13
13
),
14
14
pages= [
@@ -19,5 +19,5 @@ makedocs(;
19
19
)
20
20
21
21
deploydocs (;
22
- repo= " github.com/invenia /MultilineStrings.jl" ,
22
+ repo= " github.com/JuliaStrings /MultilineStrings.jl" ,
23
23
)
You can’t perform that action at this time.
0 commit comments