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

Commit 719d124

Browse files
committed
Fix link for doc and CI
1 parent 36f9d74 commit 719d124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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
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
1212
[codecov badge]: https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
1313
[codecov link]: https://codecov.io/gh/foldfelis/NeuralOperators.jl
1414

0 commit comments

Comments
 (0)