Skip to content

Commit

Permalink
fix: api docs links (#645)
Browse files Browse the repository at this point in the history
Fix docs links.

---------

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Oct 31, 2023
1 parent 5cae939 commit 4ff3f0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="https://www.repostatus.org/#wip">
<img alt="Project Status" src="https://www.repostatus.org/badges/latest/wip.svg" />
</a>
<a href="https://open-feature.github.io/js-sdk/modules/OpenFeature_Web_SDK.html">
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.html">
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
</a>
<a href="https://www.npmjs.com/package/@openfeature/web-sdk">
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</a>
<!-- x-release-please-end -->
<br/>
<a href="https://open-feature.github.io/js-sdk/modules/OpenFeature_Server_SDK.html">
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html">
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
</a>
<a href="https://www.npmjs.com/package/@openfeature/server-sdk">
Expand Down Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion packages/shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 4ff3f0e

Please sign in to comment.