Skip to content

Commit 13592a9

Browse files
authored
Update api reference link from '../api' to '../api.md' (#1235)
This pull request includes a small change to the `apps/docs/src/pages/en/features/inquirer.md` file. The change corrects the link to the API documentation for the `InquirerService`'s `ask` command. Documentation update: * [`apps/docs/src/pages/en/features/inquirer.md`](diffhunk://#diff-688de577abd7fdeb941fb1dd7244c34a78eeba8caad62eddedcd1137a8dd7b31L116-R116): Corrected the link to the API documentation from `../api` to `../../api`.
2 parents 75427ff + cb5195d commit 13592a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/pages/en/features/inquirer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ access `inquirer` directly using `this.inquirerService.inquirer`.
113113

114114
:::
115115

116-
Visit the [api docs](../api) to learn more about the `InquirerService`'s `ask` command and extra
116+
Visit the [api docs](../../api) to learn more about the `InquirerService`'s `ask` command and extra
117117
decorators.

0 commit comments

Comments
 (0)