Fixed broken links in tutorials (#242)

This commit is contained in:
Rachel Clune
2026-03-12 19:50:52 -07:00
committed by GitHub
parent 146c2be7ac
commit 6ab4add581
3 changed files with 5 additions and 5 deletions

View File

@@ -174,4 +174,4 @@ You have now set up an RFD3 calculation and successfully ran the inference code
## References and Further Reading
- For more information on the different inference settings in RFD3, see {doc}`../input`
- The calculation presented here was used to benchmark RFdiffusion2, for more information see [Atom-level enzyme active site scaffolding using RFdiffusion2](https://www.nature.com/articles/s41592-025-02975-x)
- A more thorough discussion of the settings and configuration options in RFD3 can be found [here](../intro_inference_calculations.md)
- A more thorough discussion of the settings and configuration options in RFD3 can be found {doc}`here <../intro_inference_calculations>`

View File

@@ -211,5 +211,5 @@ For your actual projects, you would want to filter the designed structures based
(na-references-and-further-reading)=
## References and Further Reading
- For more information on the different inference settings in RFD3, see [input.md](../input.md)
- A more thorough discussion of the settings and configuration options in RFD3 can be found [here](../intro_inference_calculations.md)
- For more information on the different inference settings in RFD3, see {doc}`input.md <../input>`
- A more thorough discussion of the settings and configuration options in RFD3 can be found {doc}`here <../intro_inference_calculations>`

View File

@@ -154,9 +154,9 @@ Feel free to go through the [other tutorials](https://rosettacommons.github.io/f
(ppi-references-and-further-reading)=
## References and Further Reading
- For more information on the different inference settings in RFD3, see [input.md](input.md)
- For more information on the different inference settings in RFD3, see {doc}`input.md <../input>`
- For more information on the example used here, see [*De novo design of protein structure and function with RFdiffusion*](https://www.nature.com/articles/s41586-023-06415-8#Sec12) by Joeseph L. Watson, et. al.
- A more thorough discussion of the settings and configuration options in RFD3 can be found [here](intro_inference_calculations.md)
- A more thorough discussion of the settings and configuration options in RFD3 can be found {doc}`here <../intro_inference_calculations>`