Skip to content

Commit

Permalink
Fix broken links to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaad committed Jan 8, 2024
1 parent 80fc2c4 commit 3feaec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AutoGP.jl

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


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

## Tutorials

Please see https://fsaad.github.io/AutoGP.jl
Please see https://probsys.github.io/AutoGP.jl


## Developer Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ publisher = {PMLR},
## License

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

0 comments on commit 3feaec9

Please sign in to comment.