diff --git a/packages/client/README.md b/packages/client/README.md index 4c7cb9c23..311a55b55 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -24,7 +24,7 @@ Project Status - + API Reference @@ -84,7 +84,7 @@ if (v2Enabled) { ### API Reference -See [here](https://open-feature.github.io/js-sdk/modules/OpenFeature_Web_SDK.html) for the complete API documentation. +See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.html) for the complete API documentation. ## 🌟 Features diff --git a/packages/server/README.md b/packages/server/README.md index 882423b97..41ebb042f 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -21,7 +21,7 @@
- + API Reference @@ -81,7 +81,7 @@ if (v2Enabled) { ### API Reference -See [here](https://open-feature.github.io/js-sdk/modules/OpenFeature_Server_SDK.html) for the complete API documentation. +See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html) for the complete API documentation. ## 🌟 Features diff --git a/packages/shared/README.md b/packages/shared/README.md index 2ade92a72..efbd5d546 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -18,4 +18,8 @@ This package comprises the common types and interfaces of the OpenFeature server and web SDKs. If you are developing a provider or a hook, you should instead utilize the [server](../server/README.md) or [web](../client/README.md) SDKs. This package is useful if you need to reference the underlying types common to all the JS SDKs, or if you're creating a utility that can be used to both server and web implementations. -Be sure to add this module as either a `devDependency` (if only build time assets such as types are required) or as a `peerDependency` with a permissive version expression. \ No newline at end of file +Be sure to add this module as either a `devDependency` (if only build time assets such as types are required) or as a `peerDependency` with a permissive version expression. + +### API Reference + +See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_core.html) for the complete API documentation. \ No newline at end of file