Skip to content

Commit

Permalink
[BUG] Fixing some of the broken links in core plugin API documentatio…
Browse files Browse the repository at this point in the history
…ns (#1946)

Resolves issue - #1895

Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
  • Loading branch information
manasvinibs authored Jul 26, 2022
1 parent 57a751e commit 2c428b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Core is a set of systems (frontend, backend etc.) that OpenSearch Dashboards and

## Plugin development
Core Plugin API Documentation:
- [Core Public API](/docs/development/core/public/opensearch-dashboards-plugin-core-public.md)
- [Core Server API](/docs/development/core/server/opensearch-dashboards-plugin-core-server.md)
- [Core Public API](../core/public/public.api.md)
- [Core Server API](../core/server/server.api.md)
- [Conventions for Plugins](./CONVENTIONS.md)
- [Testing OpenSearch Dashboards Plugins](./TESTING.md)
- [OpenSearch Dashboards Platform Plugin API](./docs/developer/architecture/kibana-platform-plugin-api.asciidoc )
- [OpenSearch Dashboards Platform Plugin API](./PRINCIPLES.md)

Internal Documentation:
- [Saved Objects Migrations](./server/saved_objects/migrations/README.md)
Expand Down

0 comments on commit 2c428b8

Please sign in to comment.