Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit f47637f

Browse files
authored
Merge pull request #38 from foldfelis/master
Update links for transferred project
2 parents 36f9d74 + 434770a commit f47637f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
| **Documentation** | **Build Status** |
44
|:-----------------:|:----------------:|
5-
| [![doc dev badge]][doc dev link] | [![ci badge]][ci link] [![codecov badge]][codecov link] |
5+
| [![doc stable badge]][doc stable link] | [![ci badge]][ci link] [![codecov badge]][codecov link] |
66

7-
[doc dev badge]: https://img.shields.io/badge/docs-dev-blue.svg
8-
[doc dev link]: https://foldfelis.github.io/NeuralOperators.jl//dev
7+
[doc stable badge]: https://img.shields.io/badge/docs-stable-blue.svg
8+
[doc stable link]: http://neuraloperators.sciml.ai/stable/
99

10-
[ci badge]: https://github.com/foldfelis/NeuralOperators.jl/actions/workflows/CI.yml/badge.svg
11-
[ci link]: https://github.com/foldfelis/NeuralOperators.jl/actions/workflows/CI.yml
12-
[codecov badge]: https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
13-
[codecov link]: https://codecov.io/gh/foldfelis/NeuralOperators.jl
10+
[ci badge]: https://github.com/SciML/NeuralOperators.jl/actions/workflows/CI.yml/badge.svg
11+
[ci link]: https://github.com/SciML/NeuralOperators.jl/actions/workflows/CI.yml
12+
[codecov badge]: https://codecov.io/gh/SciML/NeuralOperators.jl/branch/master/graph/badge.svg
13+
[codecov link]: https://codecov.io/gh/SciML/NeuralOperators.jl
1414

1515
| **Ground Truth** | **Inferenced** |
1616
|:----------------:|:--------------:|

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(NeuralOperators, :DocTestSetup, :(using NeuralOperators); re
66
makedocs(;
77
modules=[NeuralOperators],
88
authors="JingYu Ning <[email protected]> and contributors",
9-
repo="https://github.com/foldfelis/NeuralOperators.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/SciML/NeuralOperators.jl/blob/{commit}{path}#{line}",
1010
sitename="NeuralOperators.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://foldfelis.github.io/NeuralOperators.jl",
13+
canonical="http://neuraloperators.sciml.ai",
1414
assets=String[],
1515
),
1616
pages=[
@@ -20,5 +20,5 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/foldfelis/NeuralOperators.jl",
23+
repo="github.com/SciML/NeuralOperators.jl",
2424
)

0 commit comments

Comments
 (0)