diff --git a/mkdocs.yml b/mkdocs.yml index 7fb1a1e..9601fa8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,7 +52,7 @@ plugins: - section: LiquidCore15 import_url: 'https://git.daelon.cloud/daelon/LiquidCore15?branch=main&docs_dir=docs/*' - section: LCGUI - import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=main&docs_dir=docs/*' + import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*' markdown_extensions: - admonition @@ -82,4 +82,4 @@ markdown_extensions: nav: - Home: index.md - LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main' - - LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=main' + - LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'