Skip to content

Commit 9d4f8b9

Browse files
authored
docs(add-plugin): update file paths (#9910)
1 parent fc7410b commit 9d4f8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/add-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SwaggerUI({
2020
})
2121
```
2222

23-
Or if you're updating the core plugins.. you'll add it to the base preset: [src/core/presets/base.js](https://github.com/swagger-api/swagger-ui/blob/master/src/core/presets/base.js)
23+
Or if you're updating the core plugins.. you'll add it to the base preset: [src/core/presets/base/index.js](https://github.com/swagger-api/swagger-ui/blob/master/src/core/presets/base/index.js)
2424

2525
Each Plugin is a function that returns an object. That object will get merged with the `system` and later bound to the state.
2626
Here is an example of each `type`

0 commit comments

Comments
 (0)