From 651390eeb733b99d2fcd82554633374b2aa5655b Mon Sep 17 00:00:00 2001 From: Cristian Lara Date: Fri, 31 Jan 2025 10:55:06 -0800 Subject: [PATCH] Update url to official project (#2718) Summary: Followup to https://github.com/pytorch/botorch/pull/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: https://github.com/pytorch/botorch/pull/2718 Reviewed By: saitcakmak Differential Revision: D68965421 Pulled By: CristianLara fbshipit-source-id: a3e0b8c9bb017a71d8f3394bda9905ffed35a28a --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e03a984cf5..a9d7b7d9a1 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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", @@ -143,7 +143,7 @@ module.exports={ }, { label: 'API Reference', - to: 'https://botorch-dev.readthedocs.io/', + to: 'https://botorch.readthedocs.io/', }, { label: 'Paper',