Skip to content

Commit 4ff3f0e

Browse files
authored
fix: api docs links (#645)
Fix docs links. --------- Signed-off-by: Todd Baert <[email protected]>
1 parent 5cae939 commit 4ff3f0e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

packages/client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a href="https://www.repostatus.org/#wip">
2525
<img alt="Project Status" src="https://www.repostatus.org/badges/latest/wip.svg" />
2626
</a>
27-
<a href="https://open-feature.github.io/js-sdk/modules/OpenFeature_Web_SDK.html">
27+
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.html">
2828
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
2929
</a>
3030
<a href="https://www.npmjs.com/package/@openfeature/web-sdk">
@@ -84,7 +84,7 @@ if (v2Enabled) {
8484

8585
### API Reference
8686

87-
See [here](https://open-feature.github.io/js-sdk/modules/OpenFeature_Web_SDK.html) for the complete API documentation.
87+
See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.html) for the complete API documentation.
8888

8989
## 🌟 Features
9090

packages/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
24-
<a href="https://open-feature.github.io/js-sdk/modules/OpenFeature_Server_SDK.html">
24+
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html">
2525
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
2626
</a>
2727
<a href="https://www.npmjs.com/package/@openfeature/server-sdk">
@@ -81,7 +81,7 @@ if (v2Enabled) {
8181

8282
### API Reference
8383

84-
See [here](https://open-feature.github.io/js-sdk/modules/OpenFeature_Server_SDK.html) for the complete API documentation.
84+
See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html) for the complete API documentation.
8585

8686
## 🌟 Features
8787

packages/shared/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
This package comprises the common types and interfaces of the OpenFeature server and web SDKs.
1919
If you are developing a provider or a hook, you should instead utilize the [server](../server/README.md) or [web](../client/README.md) SDKs.
2020
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.
21-
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.
21+
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.
22+
23+
### API Reference
24+
25+
See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_core.html) for the complete API documentation.

0 commit comments

Comments
 (0)