From b6295c1f8ee9d7441e827a8c611c0f69801934bc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 5 Jul 2024 19:01:21 -0400 Subject: fix broken docs links --- docs/dev/documentation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md index 3f357273..85d232dd 100644 --- a/docs/dev/documentation.md +++ b/docs/dev/documentation.md @@ -24,7 +24,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li echo API documentation available in build/html ## Changing -Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.stack.nl/~dimitri/doxygen/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. +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. ???+ Info "Tip" When updating user documentation, the `mkdocs serve` feature is particularly helpful. @@ -34,5 +34,4 @@ Changing documentation for the API itself is fairly straight forward. Use [doxyg [mkdocs]: http://www.mkdocs.org/ [breathe]: https://github.com/michaeljones/breathe [sphinx]: http://www.sphinx-doc.org/en/stable/index.html -[doxygen]: http://www.stack.nl/~dimitri/doxygen/ -[doxblocks]: doxygen +[doxygen]: https://www.doxygen.nl -- cgit v1.3.1