We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a319c1 commit b214902Copy full SHA for b214902
content/openapi/cli-plugin.md
@@ -42,7 +42,7 @@ export class CreateUserDto {
42
43
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
44
45
-By enabling the Swagger plugin, the above class definition can be declared simply:
+By [enabling the Swagger plugin](#using-the-cli-plugin), the above class definition can be declared simply:
46
47
```typescript
48
export class CreateUserDto {
0 commit comments