Skip to content

Commit

Permalink
Update url to official project (#2718)
Browse files Browse the repository at this point in the history
Summary:
Followup to #2715

The previous link was to the testing ReadTheDocs project, the new link is for the new RTD project linked to this repository, available at https://botorch.readthedocs.io/

Pull Request resolved: #2718

Reviewed By: saitcakmak

Differential Revision: D68965421

Pulled By: CristianLara

fbshipit-source-id: a3e0b8c9bb017a71d8f3394bda9905ffed35a28a
  • Loading branch information
CristianLara authored and facebook-github-bot committed Jan 31, 2025
1 parent b3f6a38 commit 651390e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports={
"position": "left"
},
{
"href": "https://botorch-dev.readthedocs.io/",
"href": "https://botorch.readthedocs.io/",
"label": "API Reference",
"position": "left",
"target": "_blank",
Expand Down Expand Up @@ -143,7 +143,7 @@ module.exports={
},
{
label: 'API Reference',
to: 'https://botorch-dev.readthedocs.io/',
to: 'https://botorch.readthedocs.io/',
},
{
label: 'Paper',
Expand Down

0 comments on commit 651390e

Please sign in to comment.