Skip to content

Commit 0aa2350

Browse files
author
Natalie Arellano
committed
Fix broken links
Signed-off-by: Natalie Arellano <[email protected]>
1 parent a5e65c8 commit 0aa2350

27 files changed

+32
-50
lines changed

content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ summary="Get started with Cloud Native Buildpacks."
1313
## Tutorials
1414

1515
* [An App’s Brief Journey from Source to Image](/docs/app-journey/) - An easy-to-follow introduction to Cloud Native Buildpacks using `pack`, a command line tool for Cloud Native Buildpacks.
16-
* [Creating a Cloud Native Buildpack](/docs/buildpack-author-guide/create-buildpack) - Tutorial walking through the creation of a simple Ruby buildpack.
16+
* [Creating a Cloud Native Buildpack](/docs/for-buildpack-authors/tutorials/basic-buildpack) - Tutorial walking through the creation of a simple Ruby buildpack.
1717

1818
## Going deeper
1919

content/docs/app-journey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ deploying your new image to your favorite cloud!
9999

100100
Windows image builds are now supported!
101101

102-
<a href="/docs/for-app-developers/how-to/configure-build-environment/build-for-windows" class="button bg-blue">Windows build guide</a>
102+
<a href="/docs/for-app-developers/how-to/special-cases/build-for-windows" class="button bg-blue">Windows build guide</a>
103103

104104
[builder]: /docs/for-platform-operators/concepts/builder/
105105
[buildpack]: /docs/for-platform-operators/concepts/buildpack/

content/docs/for-app-developers/how-to/build-inputs/buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ A buildpack located in a CNB Registry
110110
<small><sup></sup> Directory buildpacks are not currently supported on Windows.</small><br />
111111
<small><sup></sup> Version may be omitted if there is only one buildpack in the builder matching the `id`.</small>
112112

113-
[project-toml]: /docs/for-app-developers/how-to/configure-build-inputs/project-toml/
113+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/project-toml/
114114
[samples]: https://github.com/buildpacks/samples

content/docs/for-app-developers/how-to/build-inputs/inline-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ EOF
5454
### Further Reading
5555
For more about project descriptors, look at the [schema][descriptor-schema], as well as the [specification][spec].
5656

57-
[project-toml]: /docs/for-app-developers/how-to/configure-build-inputs/project-toml/
57+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/project-toml/
5858
[descriptor-schema]: /docs/reference/project-descriptor/
5959
[spec]: https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md

content/docs/for-app-developers/how-to/build-inputs/project-toml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ docker run sample-app
106106
### Further Reading
107107
For more about project descriptors, look at the [schema][descriptor-schema], as well as the [specification][spec].
108108

109-
[specify-buildpacks]: /docs/for-app-developers/how-to/configure-build-inputs/buildpacks
110-
[descriptor-envs]: /docs/for-app-developers/how-to/configure-build-inputs/build-time-environment/#using-project-descriptor
109+
[specify-buildpacks]: /docs/for-app-developers/how-to/build-inputs/buildpacks
110+
[descriptor-envs]: /docs/for-app-developers/how-to/build-inputs/build-time-environment/#using-project-descriptor
111111
[descriptor-schema]: /docs/reference/project-descriptor/
112112
[samples]: https://github.com/buildpacks/samples
113113
[spec]: https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md

content/docs/for-app-developers/how-to/build-outputs/download-sbom.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,3 @@ layers
3535
│ └── sbom.syft.json
3636
└── sbom.syft.json
3737
```
38-
39-
## Adding Bill of Materials
40-
41-
[`pack`](https://github.com/buildpacks/pack), [`kpack`](https://github.com/pivotal/kpack) and [tekton](https://tekton.dev/) users will find that images created using these tools contain an SBoM.
42-
43-
Developers writing a new buildpack or updating an existing buildpack should use the [Adding bill of materials][adding-bill-of-materials] tutorial to incorporate a `Bill-of-Materials` in their buildpack.
44-
45-
[adding-bill-of-materials]: /docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials/
File renamed without changes.

0 commit comments

Comments
 (0)