diff --git a/docs/api/cypress-api/custom-commands.mdx b/docs/api/cypress-api/custom-commands.mdx index c1af1d5129..39035f3847 100644 --- a/docs/api/cypress-api/custom-commands.mdx +++ b/docs/api/cypress-api/custom-commands.mdx @@ -937,11 +937,11 @@ registerCommands() ## See also - See how to add - [TypeScript support for custom commands](/guides/tooling/typescript-support#Types-for-custom-commands) + [TypeScript support for custom commands](/guides/tooling/typescript-support#Types-for-Custom-Commands) - Blog posts [Writing a Custom Cypress Command](https://glebbahmutov.com/blog/writing-custom-cypress-command/) and [How to Publish Custom Cypress Command on NPM](https://glebbahmutov.com/blog/publishing-cypress-command/). - [Plugins using custom commands](/plugins#custom-commands) - [Cypress.log()](/api/cypress-api/cypress-log) -- [Recipe: Logging In](/examples/recipes) +- [Recipe: Logging In](/examples/recipes#Logging-In)