Skip to content

Commit

Permalink
fixing rel ref links that don't work w/ our redirect system
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban committed Jan 9, 2025
1 parent eadde0b commit fc4c200
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For example, AWS enables you to divide you infrastructure into regions and Insig

It's important to note that if you **Scan** or **Delete** the `insights-aws-account` account, Pulumi applies this action to all child accounts.

For a detailed explanation and more examples of how child accounts and hierarchies work see the [Insights accounts documentation](/docs/pulumi-cloud/insights/accounts/#account-hierarchies)
For a detailed explanation and more examples of how child accounts and hierarchies work see the [Insights accounts documentation](/docs/insights/accounts/#account-hierarchies)

## Manage Accounts

Expand Down
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This configuration projects the kubeconfig file contents to a temporary file tha
The scanner agent does not have access to external binaries (e.g., `aws`, `gcloud`), so kubeconfig files relying on [client-go credential plugins](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins) are not supported. We recommend creating a service account with the necessary cluster-scoped permissions (**`get`** and **`list`**) and using its token for authentication.
{{< /notes >}}

For a detailed guide on configuring ESC credentials for Insights with Kubernetes see the [following documentation](/docs/pulumi-cloud/insights/accounts/#kubernetes-k8s).
For a detailed guide on configuring ESC credentials for Insights with Kubernetes see the [following documentation](/docs/insights/accounts/#kubernetes-k8s).

{{% /choosable %}}

Expand Down
6 changes: 3 additions & 3 deletions content/pricing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ comparison_table:
- header: Pulumi Insights
rows:
- title: Resource search
link: /docs/pulumi-cloud/insights/search/
link: /docs/insights/search/
items:
- content: _check
- content: _check
Expand All @@ -301,14 +301,14 @@ comparison_table:
- content: 10K results
- content: 10K results
- title: Data export
link: /docs/pulumi-cloud/insights/#data-export
link: /docs/insights/#data-export
items:
- content: _blank
- content: _blank
- content: _check
- content: _check
- title: Property search
link: /docs/pulumi-cloud/insights/search/#property-queries
link: /docs/insights/search/#property-queries
items:
- content: _blank
- content: _blank
Expand Down
2 changes: 1 addition & 1 deletion content/topics/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ superpowers:
- title: Intelligent Cloud Management
cta: Learn more
cta_url: "/docs/pulumi-cloud/insights/"
cta_url: "/docs/insights/"
icon_type: cloud-with-nodes
icon_color: purple
description: |
Expand Down
2 changes: 1 addition & 1 deletion layouts/product/pulumi-insights.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 class="hidden lg:block xl:hidden text-center mb-8">{{ .Params.overview.title
<h4 class="block lg:hidden xl:block text-2xl">{{ .Params.overview.title }}</h4>
<p>{{ .Params.overview.body | markdownify }}</p>
<div class="mt-8 flex justify-center">
<a href="/docs/pulumi-cloud/insights/" class="btn-primary">Get Started with Pulumi Insights</a>
<a href="/docs/insights/" class="btn-primary">Get Started with Pulumi Insights</a>
</div>
</div>
<div class="w-full lg:w-1/2 mb-8 lg:mb-0">
Expand Down

0 comments on commit fc4c200

Please sign in to comment.