Skip to content

Commit

Permalink
fixing a few broken links (#13780)
Browse files Browse the repository at this point in the history
* fixing a few broken links

* preview link failed, trying again

* adding alias

* fixing rel ref links that don't work w/ our redirect system
  • Loading branch information
interurban authored Jan 10, 2025
1 parent ebbaaa5 commit 7a087e1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 113 deletions.
5 changes: 3 additions & 2 deletions content/docs/insights/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ menu:
weight: 2
aliases:
- /docs/intro/insights/
- /docs/pulumi-cloud/insights/
---

Pulumi Insights provides advanced search, analytics, and AI for your infrastructure as code.
Expand Down Expand Up @@ -44,7 +45,7 @@ A count is shown in the upper-right corner with the total number of resources ma
The table of resources is paginated using infinite scroll so you are able to view up to **10,000** resources without needing to go page by page:

{{% notes "info" %}}
If you need access to more resources, you can use the [Data Export](export) feature or access them programmatically via the [Pulumi Cloud Rest API](/docs/pulumi-cloud/cloud-rest-api#resource-search).
If you need access to more resources, you can use the [Data Export](/docs/insights/export/) feature or access them programmatically via the [Pulumi Cloud Rest API](/docs/pulumi-cloud/cloud-rest-api#resource-search).
{{% /notes %}}

Use the **search bar**, **row grouping**, or **column filters** to refine the resources displayed on the page.
Expand Down Expand Up @@ -100,7 +101,7 @@ If you don't see it in your organization, [contact us](/contact?form=sales).

Organizations with Data Export enabled are able to export all resources matching a particular query in CSV format.

For a more detailed description of CSV schema, see the [export documentation](export).
For a more detailed description of CSV schema, see the [export documentation](/docs/insights/export/).

## APIs

Expand Down
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
4 changes: 2 additions & 2 deletions content/docs/insights/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Existence queries do not return resources where the property is an empty object
Expanding the "Column Filter" menu shows you the set of values found for that column along with a count for each value.
You can then select a specific value or collection of values to filter your result set.

![Resource Search Column Filter](/docs/esc/assets/column-filter.png)
![Resource Search Column Filter](/docs/insights/assets/column-filter.png)

In the example above, the query has been restricted to the "dev" stack.

Expand Down Expand Up @@ -378,7 +378,7 @@ You may want to expand the "Advanced filtering" menu if you are interested in sp

You do not need to query AI Assist with English:

![AI Assist](/docs/esc/assets/search-ai.png)
![AI Assist](/docs/insights/assets/search-ai.png)

> (type:aws:ec2/instance:Instance OR type:azure:compute:VirtualMachine OR type:gcp:compute:Instance)
Expand Down
102 changes: 0 additions & 102 deletions content/docs/pulumi-cloud/insights/_index.md

This file was deleted.

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 7a087e1

Please sign in to comment.