Skip to content

Commit 80b9bc7

Browse files
authored
Merge pull request #2911 from replicatedhq/broken-link
fix links
2 parents 5284c1c + f574ba2 commit 80b9bc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/replicated-sdk-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For example, if your application includes a UI where users manage their applicat
66

77
For more information about how to get started with the Replicated SDK, see [About the Replicated SDK](/vendor/replicated-sdk-overview).
88

9-
For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-developing).
9+
For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-development).
1010

1111
## app
1212

docs/vendor/licenses-reference-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can access the values in the `global.replicated.licenseFields` field from yo
2929

3030
Add the Replicated SDK to your application:
3131
* For Helm-based applications, see [Install the SDK as a Subchart](/vendor/replicated-sdk-installing#install-the-sdk-as-a-subchart) in _Installing the Replicated SDK_
32-
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#install-the-sdk-alongside-a-standard-manifest-based-application) in _Installing the Replicated SDK_
32+
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Kubernetes Manifest-Based Application](/vendor/replicated-sdk-installing#manifest-app) in _Installing the Replicated SDK_
3333

3434
## Check Entitlements Before Installation or Upgrade
3535

docs/vendor/licenses-reference-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more information about these endpoints, see [license](/reference/replicated-
1717

1818
Add the Replicated SDK to your application:
1919
* For Helm-based applications, see [Install the SDK as a Subchart](/vendor/replicated-sdk-installing#install-the-sdk-as-a-subchart) in _Installing the Replicated SDK_
20-
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#install-the-sdk-alongside-a-standard-manifest-based-application) in _Installing the Replicated SDK_
20+
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#manifest-app) in _Installing the Replicated SDK_
2121

2222
## Query License Entitlements at Runtime {#runtime}
2323

docs/vendor/replicated-sdk-installing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To install the SDK as a subchart:
6666
replicated 1/1 1 1 35s
6767
```
6868

69-
## Install the SDK Alongside a Kubernetes Manifest-Based Application
69+
## Install the SDK Alongside a Kubernetes Manifest-Based Application {#manifest-app}
7070

7171
For applications that use Kubernetes manifest files instead of Helm charts, the SDK Helm chart can be added to a release and then installed by KOTS alongside the application.
7272

0 commit comments

Comments
 (0)