Skip to content

Commit a9f1f86

Browse files
SpencerHallefacebook-github-bot
authored andcommitted
Fixed tutorial link in "getting_started.mdx" (#2972)
Summary: The link was broken, so I updated it, it works now. <!-- Thank you for sending the PR! We appreciate you spending the time to make BoTorch better. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to BoTorch here: https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md --> ## Motivation The link didn't work for the tutorial section, so I fixed it ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes Pull Request resolved: #2972 Test Plan: (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) If you click the link, it goes to the page ## Related PRs (If this PR adds or changes functionality, please take some time to update the docs at https://github.com/pytorch/botorch, and link to your PR here.) Reviewed By: esantorella Differential Revision: D80178391 Pulled By: CristianLara fbshipit-source-id: ddc3b806d60984b99fe05f941e2be33197b59034
1 parent 5539253 commit a9f1f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Here's a quick run down of the main components of a Bayesian Optimization loop.
8888
## Tutorials
8989

9090
Our Jupyter notebook tutorials help you get off the ground with BoTorch.
91-
View and download them [here](tutorials).
91+
View and download them [here](tutorials/index.mdx).
9292

9393

9494
## API Reference

0 commit comments

Comments
 (0)