Skip to content

Commit 88ba2e1

Browse files
committed
Update repo URL
1 parent de019c3 commit 88ba2e1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# BaseType.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MilesCranmer.github.io/BaseType.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MilesCranmer.github.io/BaseType.jl/dev/)
5-
[![Build Status](https://github.com/MilesCranmer/BaseType.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MilesCranmer/BaseType.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://SymbolicML.org/BaseType.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://SymbolicML.org/BaseType.jl/dev/)
5+
[![Build Status](https://github.com/SymbolicML/BaseType.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/SymbolicML/BaseType.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
77

88
This package defines a tiny function `base_numeric_type` that

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(BaseType, :DocTestSetup, :(using BaseType); recursive=true)
66
makedocs(;
77
modules=[BaseType],
88
authors="MilesCranmer <miles.cranmer@gmail.com> and contributors",
9-
repo="https://github.com/MilesCranmer/BaseType.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/SymbolicML/BaseType.jl/blob/{commit}{path}#{line}",
1010
sitename="BaseType.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://MilesCranmer.github.io/BaseType.jl",
13+
canonical="https://symbolicml.org/BaseType.jl",
1414
edit_link="main",
1515
assets=String[],
1616
),
@@ -20,6 +20,6 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/MilesCranmer/BaseType.jl",
23+
repo="github.com/SymbolicML/BaseType.jl",
2424
devbranch="main",
2525
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = BaseType
44

55
# BaseType
66

7-
Documentation for [BaseType](https://github.com/MilesCranmer/BaseType.jl).
7+
Documentation for [BaseType](https://github.com/SymbolicML/BaseType.jl).
88

99
```@index
1010
```

0 commit comments

Comments
 (0)