Currently, there are a few broken links within the docs that should forward to the completion page.
Example of this is the page cli completion clink update. At the bottom of the page, under the section More information, it redirects towards the command completion page but the url returns a 404.
They redirect to the path /cli-microsoft365/concepts/completion/ while they should redirect towards /cli-microsoft365/user-guide/completion/.
This is applicable to the following pages:
- cli completion clink update
- cli completion pwsh setup
- cli completion pwsh update
- cli completion sh setup
- cli completion sh update
Also in a test within the file md.spec.ts
Currently, there are a few broken links within the docs that should forward to the completion page.
Example of this is the page cli completion clink update. At the bottom of the page, under the section
More information, it redirects towards the command completion page but the url returns a 404.They redirect to the path
/cli-microsoft365/concepts/completion/while they should redirect towards/cli-microsoft365/user-guide/completion/.This is applicable to the following pages:
Also in a test within the file
md.spec.ts