diff --git a/pages/docs/dumpAst.md b/pages/docs/index.md similarity index 98% rename from pages/docs/dumpAst.md rename to pages/docs/index.md index 5b23549bcabfa62a26ef097cac6ed95f0f3ef3fd..43ab1c3a63dc9349e98eba10d6f0e7bc6a18c17a 100644 --- a/pages/docs/dumpAst.md +++ b/pages/docs/index.md @@ -1,6 +1,6 @@ # DumpAst -The tool called `DumpAst` ([see in repo](https://git-st.inf.tu-dresden.de/jastadd/relast2uml/-/tree/master/dumpAst)) is used to create a snapshot of an AST and visualize it. +The tool called `DumpAst` ([see in repo](https://git-st.inf.tu-dresden.de/jastadd/relast2uml)) is used to create a snapshot of an AST and visualize it.  diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml index 86bada7ed5d5f3762b08bab9667c48e4f5b34e24..ae9514a5623852167e6414dc757c2f8ae28fba5e 100644 --- a/pages/mkdocs.yml +++ b/pages/mkdocs.yml @@ -3,7 +3,7 @@ repo_url: https://git-st.inf.tu-dresden.de/jastadd/relast2uml site_dir: ../public nav: - - "DumpAst": dumpAst.md + - "DumpAst": index.md - "Add to your project": adding.md - "API documentation": ragdoc/index.html