Skip to content

Commit 3feaec9

Browse files
committed
Fix broken links to documentation.
1 parent 80fc2c4 commit 3feaec9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AutoGP.jl
22

3-
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://fsaad.github.io/AutoGP.jl/)
4-
[![GitHub Action Status](https://github.com/fsaad/AutoGP.jl/workflows/Documentation/badge.svg)](https://github.com/fsaad/AutoGP.jl/actions/workflows/Documentation.yml)
5-
[![GitHub Action Status](https://github.com/fsaad/AutoGP.jl/workflows/Tutorials/badge.svg)](https://github.com/fsaad/AutoGP.jl/actions/workflows/Tutorials.yml)
6-
[![Git Tag](https://img.shields.io/github/v/tag/fsaad/AutoGP.jl)](https://github.com/fsaad/AutoGP.jl/tags)
7-
[![License](https://img.shields.io/github/license/fsaad/AutoGP.jl?color=lightgrey)](https://github.com/fsaad/AutoGP.jl/blob/main/LICENSE.txt)
3+
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://probsys.github.io/AutoGP.jl/)
4+
[![GitHub Action Status](https://github.com/probsys/AutoGP.jl/workflows/Documentation/badge.svg)](https://github.com/probsys/AutoGP.jl/actions/workflows/Documentation.yml)
5+
[![GitHub Action Status](https://github.com/probsys/AutoGP.jl/workflows/Tutorials/badge.svg)](https://github.com/probsys/AutoGP.jl/actions/workflows/Tutorials.yml)
6+
[![Git Tag](https://img.shields.io/github/v/tag/probsys/AutoGP.jl)](https://github.com/probsys/AutoGP.jl/tags)
7+
[![License](https://img.shields.io/github/license/probsys/AutoGP.jl?color=lightgrey)](https://github.com/probsys/AutoGP.jl/blob/main/LICENSE.txt)
88

99

1010
This package contains the Julia reference implementation of AutoGP, a
@@ -39,7 +39,7 @@ Alternatively, use the terminal command
3939

4040
## Tutorials
4141

42-
Please see https://fsaad.github.io/AutoGP.jl
42+
Please see https://probsys.github.io/AutoGP.jl
4343

4444

4545
## Developer Notes

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ publisher = {PMLR},
4141
## License
4242

4343
AutoGP.jl is licensed under the Apache License, Version 2.0; refer to
44-
[LICENSE](https://github.com/fsaad/AutoGP.jl/LICENSE.txt).
44+
[LICENSE](https://github.com/probsys/AutoGP.jl/LICENSE.txt).

0 commit comments

Comments
 (0)