diff --git a/.github/workflows/build-docs-command-reference.yaml b/.github/workflows/build-docs-command-reference.yaml index d6d39a9f..f280245b 100644 --- a/.github/workflows/build-docs-command-reference.yaml +++ b/.github/workflows/build-docs-command-reference.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Update docs - run: ./build/Build-CommandReference.ps1 + run: ./build/Update-CommandReference.ps1 shell: pwsh - name: Update repo diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0e5f776d..32a5a3dc 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { ({ docs: { sidebarPath: "./sidebars.js", - editUrl: "https://github.com/maester365/docs/tree/main/src/site", + editUrl: "https://github.com/maester365/maester/tree/main/website", }, theme: { customCss: "./src/css/custom.css",