Skip to content

Commit dcbe7bd

Browse files
committed
update rst doc link
1 parent f4f7de7 commit dcbe7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li
2323
echo API documentation available in build/html
2424

2525
## Changing
26-
Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.doxygen.nl/manual/docblocks.html) in C++ and C, and [restructured text blocks](http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder.
26+
Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.doxygen.nl/manual/docblocks.html) in C++ and C, and [restructured text blocks](https://sphinx-tutorial.readthedocs.io/step-1/) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder.
2727

2828
???+ Info "Tip"
2929
When updating user documentation, the `mkdocs serve` feature is particularly helpful.

0 commit comments

Comments
 (0)