From f1ab5c6ab554d1fedd1cd31fe1a98fc43c1ea1e2 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 30 Jul 2021 12:21:28 -0700 Subject: [PATCH] README: Markdown Style Small fixes to the README style. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3097cb3..3bd74bc 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ In order to learn how to install and run the code, please see the online documentation: https://gpos.readthedocs.io -To know more details about the source code, please refer to the `doxygen `_ documentation or use `doxygen` and `graphviz` to build it locally via: +To know more details about the source code, please refer to the [doxygen](https://GPos.readthedocs.io/en/latest/_static/doxyhtml/html/index.html) documentation or use `doxygen` and `graphviz` to build it locally via: ```console $ cd GPos/docs $ doxygen Doxygen ``` -and point your browser to the *doxyhtml/index.html* file generated. +and point your browser to the `doxyhtml/index.html` file generated. Feel free to open an issue on this repo to report bugs and request changes.