Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] [BUG] Fixing some of the broken links in core plugin API documentations #1958

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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