Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 16, 2024
1 parent c886078 commit 5893c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs-templates/commands-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import DocCardList from '@theme/DocCardList';
## Overview
This page lists the commands available in the Maester module and provides a reference of the helper methods that have been created to help you define and run tests on your Microsoft 365 cloud configuration.
See the [writing Maester tests](../writing-tests.md) guide for more information on how to write your own tests using these commands.
See the [writing Maester tests](../writing-tests) guide for more information on how to write your own tests using these commands.
## Maester Commands
<DocCardList />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This section provides guidance on how to set up Maester to be run as a daily aut
You can use any of the following methods to run Maester as a daily automation:

- <IIcon icon="vscode-icons:file-type-azurepipelines" height="16" /> [Azure DevOps Pipeline](./azure-devops)
- <IIcon icon="mdi:github" height="16" /> [GitHub Actions - TODO](./github-actions)
- <IIcon icon="devicon:azure" height="16" /> [Azure Automation - TODO](./azure-automation)
- <IIcon icon="logos:octopus-deploy" height="16" /> [Octopus Deploy - TODO](./octopus-deploy)
- <IIcon icon="mdi:github" height="16" /> GitHub Actions - TODO
- <IIcon icon="devicon:azure" height="16" /> Azure Automation - TODO
- <IIcon icon="logos:octopus-deploy" height="16" /> Octopus Deploy - TODO
2 changes: 1 addition & 1 deletion docs/docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import DocCardList from '@theme/DocCardList';
## Overview
This page lists the commands available in the Maester module and provides a reference of the helper methods that have been created to help you define and run tests on your Microsoft 365 cloud configuration.
See the [writing Maester tests](../writing-tests.md) guide for more information on how to write your own tests using these commands.
See the [writing Maester tests](../writing-tests) guide for more information on how to write your own tests using these commands.
## Maester Commands
<DocCardList />
Expand Down

0 comments on commit 5893c73

Please sign in to comment.