Skip to content

Commit

Permalink
Updated links to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 13, 2024
1 parent a993673 commit 071428f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ keywords = [
]

[project.urls]
Homepage = "https://obsidian-apo.readthedocs.io/"
Documentation = "https://obsidian-apo.readthedocs.io/en/latest/stubs/api_docs.html"
Homepage = "https://msdllcpapers.github.io/obsidian/"
Documentation = "https://msdllcpapers.github.io/obsidian/stubs/api_docs.html"
Repository = "https://github.com/MSDLLCpapers/obsidian/"
Changelog = "https://obsidian-apo.readthedocs.io/en/latest/stubs/changelog.html"
Changelog = "https://msdllcpapers.github.io/obsidian/stubs/changelog.html"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ReadMe
[![License](https://img.shields.io/badge/license-GPLv3-teal.svg)](https://github.com/MSDLLCpapers/obsidian/blob/main/LICENSE)
[![Issues](https://img.shields.io/github/issues/msdllcpapers/obsidian?color=teal)](https://github.com/MSDLLCpapers/obsidian/issues)
[![PyPI](https://img.shields.io/pypi/v/obsidian-apo.svg?color=teal)](https://pypi.org/project/obsidian-apo/)
[![Docs](https://img.shields.io/badge/read-docs-teal)](https://obsidian-apo.readthedocs.io/en/latest/index.html)
[![Docs](https://img.shields.io/badge/read-docs-teal)](https://msdllcpapers.github.io/obsidian/)
[![Codecov](https://img.shields.io/codecov/c/github/kstone40/obsidian?color=teal)](https://codecov.io/github/kstone40/obsidian)

__obsidian__ is a library for algorithmic process design and black-box optimization using AI-guided experiment design
Expand Down

0 comments on commit 071428f

Please sign in to comment.