Skip to content

Commit c4bba6a

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

File tree

21 files changed

+18
-18
lines changed

21 files changed

+18
-18
lines changed

content/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you didn't find anything you'd like to improve while going through the tutori
3535
[talks]: /docs/#talks
3636
[tutorials]: /docs/#tutorials
3737
[spec]: /docs/reference/spec/
38-
[platforms]: /docs/for-platform-operators/concepts/platform/
38+
[platforms]: /docs/for-app-developers/concepts/platform/
3939
[pack]: https://github.com/buildpacks/pack
4040
[lifecycle]: https://github.com/buildpacks/lifecycle
4141
[docs]: https://github.com/buildpacks/docs

content/docs/buildpack-author-guide/create-buildpack/building-blocks-cnb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ os = "linux"
5858
```
5959

6060
The buildpack ID is the way you will reference the buildpack when you create buildpack groups, builders, etc.
61-
[Targets](/docs/for-platform-operators/concepts/targets/) identifies the kind of build and run base images the buildpack will work with.
61+
[Targets](/docs/for-buildpack-authors/concepts/targets/) identifies the kind of build and run base images the buildpack will work with.
6262
The stack ID (deprecated) uniquely identifies a build and run image configuration the buildpack will work with. This example can be run on Ubuntu Jammy.
6363

6464
### `detect` and `build`

content/docs/for-app-developers/concepts/base-images/stack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ As of Platform API 0.12 and Buildpack API 0.10, stacks are deprecated in favor o
1515
For more information, see
1616
* Platform API 0.12 [migration guide](/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/)
1717
* Buildpack API 0.10 [migration guide](/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/)
18-
* [Build image](/docs/for-platform-operators/concepts/base-images/build/) concept
19-
* [Run image](/docs/for-platform-operators/concepts/base-images/run/) concept
20-
* [Target data](/docs/for-platform-operators/concepts/targets/)
18+
* [Build image](/docs/for-app-developers/concepts/base-images/build/) concept
19+
* [Run image](/docs/for-app-developers/concepts/base-images/run/) concept
20+
* [Target data](/docs/for-buildpack-authors/concepts/targets/)
2121

2222
For older API versions, see below on using stacks.
2323

content/docs/for-app-developers/concepts/buildpacks-operations/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ summary="Build is the process of executing one or more buildpacks against the ap
1111
{{< param "summary" >}} Each buildpack inspects the source code and provides relevant dependencies.
1212
An image is then generated from the app's source code and these dependencies.
1313

14-
During the build process, the [build image](/docs/for-platform-operators/concepts/base-images/build/) becomes the environment in which buildpacks are executed,
15-
and the [run image](/docs/for-platform-operators/concepts/base-images/run/) becomes the base for the final app image.
14+
During the build process, the [build image](/docs/for-app-developers/concepts/base-images/build/) becomes the environment in which buildpacks are executed,
15+
and the [run image](/docs/for-app-developers/concepts/base-images/run/) becomes the base for the final app image.
1616

1717
Buildpacks can be bundled together with a specific build image, resulting in a [builder](/docs/for-platform-operators/concepts/builder) image.
1818
Builders provide a convenient way to distribute buildpacks.

content/docs/for-platform-operators/concepts/builder/builder.md renamed to content/docs/for-platform-operators/concepts/builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ A builder consists of the following components:
1919

2020
* [Buildpacks][buildpack]
2121
* A [lifecycle][lifecycle]
22-
* A [build image](/docs/for-platform-operators/concepts/base-images/build/)
23-
* A reference to a [run image](/docs/for-platform-operators/concepts/base-images/run/)
22+
* A [build image](/docs/for-app-developers/concepts/base-images/build/)
23+
* A reference to a [run image](/docs/for-app-developers/concepts/base-images/run/)
2424

2525
### Resources
2626

content/docs/for-platform-operators/concepts/builder/buildpack.md renamed to content/docs/for-platform-operators/concepts/buildpack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Buildpacks can be [packaged][package-a-buildpack] as OCI images on an image regi
4444
Learn more about buildpacks by referring to the [Buildpack API][buildpack-api].
4545

4646
[buildpack-api]: /docs/reference/buildpack-api
47-
[buildpack-group]: /docs/for-platform-operators/concepts/buildpack-group/
47+
[buildpack-group]: /docs/for-buildpack-authors/concepts/buildpack-group/
4848
[package-a-buildpack]: /docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/
49-
[platform]: /docs/for-platform-operators/concepts/platform
49+
[platform]: /docs/for-app-developers/concepts/platform

0 commit comments

Comments
 (0)