Skip to content

Commit e3fe82e

Browse files
authored
Fix a couple 404s (#14601)
1 parent 249c8ed commit e3fe82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/pulumi-components/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Check out this video of authoring components in Java and consuming them in YAML
332332

333333
- **Managing Dependencies**: Once you've added an entry to the `packages` section of your Pulumi.yaml file, you can run `pulumi install` to generate a local SDK in your project. This command will process all packages listed in your Pulumi.yaml and create the necessary SDK files. Check in these files if you want fully reproducible builds; or add them to `.gitignore` if you prefer to regenerate them on each checkout. When using `.gitignore`, team members will need to run `pulumi install` after checkout to regenerate the SDK.
334334

335-
- **Leveraging Private Repos**: If you need to keep your components private, you can still point to a Git source in a private repository. Just make sure the correct access tokens are set in the environment [as described in our package management documentation](https://www.pulumi.com/docs/using-pulumi/pulumi-packages/package-management/).
335+
- **Leveraging Private Repos**: If you need to keep your components private, you can still point to a Git source in a private repository. Just make sure the correct access tokens are set in the environment [as described in our package management documentation](/docs/iac/using-pulumi/extending-pulumi/build-a-component/#sharing-via-git).
336336

337337
## The Spectrum of Pulumi Components You Can Build
338338

@@ -356,6 +356,6 @@ You can use Pulumi Components with more flexibility and control depending on you
356356

357357
The ability to author components in one language and consume them in any other Pulumi language—including YAML—provides unprecedented flexibility and collaboration opportunities between platform teams and application developers.
358358

359-
To learn more about Pulumi Components, check out our documentation on [components](/docs/iac/concepts/resources/components/), [building a component](/docs/iac/using-pulumi/extending-pulumi/build-a-component/), [packaging and publishing components](/docs/iac/using-pulumi/extending-pulumi/package-and-publish-a-component/), and [component schemas](/docs/iac/using-pulumi/extending-pulumi/schema/).
359+
To learn more about Pulumi Components, check out our documentation on [components](/docs/iac/concepts/resources/components/), [building a component](/docs/iac/using-pulumi/extending-pulumi/build-a-component/), [packaging and publishing components](/docs/iac/using-pulumi/extending-pulumi/publishing-packages/), and [component schemas](/docs/iac/using-pulumi/extending-pulumi/schema/).
360360

361361
We're excited to see what you build with Pulumi Components! Share your feedback with us on the [Pulumi Community Slack](https://slack.pulumi.com/) or open an issue in the [pulumi/pulumi GitHub repository](https://github.com/pulumi/pulumi).

0 commit comments

Comments
 (0)