diff --git a/docs/reference/replicated-sdk-apis.md b/docs/reference/replicated-sdk-apis.md index 69369391b8..95bb078c37 100644 --- a/docs/reference/replicated-sdk-apis.md +++ b/docs/reference/replicated-sdk-apis.md @@ -6,7 +6,7 @@ For example, if your application includes a UI where users manage their applicat For more information about how to get started with the Replicated SDK, see [About the Replicated SDK](/vendor/replicated-sdk-overview). -For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-developing). +For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-development). ## app diff --git a/docs/vendor/licenses-reference-helm.md b/docs/vendor/licenses-reference-helm.md index a31903832a..d0f2ff0775 100644 --- a/docs/vendor/licenses-reference-helm.md +++ b/docs/vendor/licenses-reference-helm.md @@ -29,7 +29,7 @@ You can access the values in the `global.replicated.licenseFields` field from yo Add the Replicated SDK to your application: * 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_ -* 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_ +* 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_ ## Check Entitlements Before Installation or Upgrade diff --git a/docs/vendor/licenses-reference-sdk.mdx b/docs/vendor/licenses-reference-sdk.mdx index 76f4cc410a..76e5168dc3 100644 --- a/docs/vendor/licenses-reference-sdk.mdx +++ b/docs/vendor/licenses-reference-sdk.mdx @@ -17,7 +17,7 @@ For more information about these endpoints, see [license](/reference/replicated- Add the Replicated SDK to your application: * 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_ -* 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_ +* 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_ ## Query License Entitlements at Runtime {#runtime} diff --git a/docs/vendor/replicated-sdk-installing.mdx b/docs/vendor/replicated-sdk-installing.mdx index 44c90e89b8..2a1ac7e979 100644 --- a/docs/vendor/replicated-sdk-installing.mdx +++ b/docs/vendor/replicated-sdk-installing.mdx @@ -66,7 +66,7 @@ To install the SDK as a subchart: replicated 1/1 1 1 35s ``` -## Install the SDK Alongside a Kubernetes Manifest-Based Application +## Install the SDK Alongside a Kubernetes Manifest-Based Application {#manifest-app} 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.