Skip to content

Commit f5dd299

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

File tree

25 files changed

+48
-46
lines changed

25 files changed

+48
-46
lines changed

content/docs/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Learn the [concepts](/docs/concepts) of Cloud Native Buildpacks.
2323

2424
Set of guides tailored to specific personas:
2525

26-
* [App Developers](/docs/app-developer-guide/)
27-
* [Buildpack Authors](/docs/buildpack-author-guide/)
26+
* [App Developers](/docs/for-app-developers/)
27+
* [Buildpack Authors](/docs/for-buildpack-authors/)
2828
* [Operators](/docs/for-platform-operators/)
2929

30-
## [Tools](/docs/tools/)
30+
## [Tools](/docs/for-platform-operators/)
3131

32-
* **[CircleCI](/docs/tools/circleci)** - {{< summary "/docs/tools/circleci" >}}
33-
* **[GitLab](/docs/tools/gitlab)** - {{< summary "/docs/tools/gitlab" >}}
34-
* **[kpack](/docs/tools/kpack)** - {{< summary "/docs/tools/kpack" >}}
35-
* **[Pack](/docs/tools/pack)** - {{< summary "/docs/tools/pack" >}}
36-
* **[Tekton](/docs/tools/tekton)** - {{< summary "/docs/tools/tekton" >}}
32+
* **[CircleCI](/docs/for-platform-operators/how-to/integrate-ci/circleci)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/circleci" >}}
33+
* **[GitLab](/docs/for-platform-operators/how-to/integrate-ci/gitlab)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/gitlab" >}}
34+
* **[kpack](/docs/for-platform-operators/how-to/integrate-ci/kpack)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/kpack" >}}
35+
* **[Pack](/docs/for-platform-operators/how-to/integrate-ci/pack)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/pack" >}}
36+
* **[Tekton](/docs/for-platform-operators/how-to/integrate-ci/tekton)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/tekton" >}}
3737

3838
## [Reference](/docs/reference/)
3939

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/app-developer-guide/build-a-windows-app" class="button bg-blue">Windows build guide</a>
102+
<a href="/docs/for-app-developers/how-to/configure-build/build-for-windows" class="button bg-blue">Windows build guide</a>
103103

104104
[builder]: /docs/concepts/components/builder/
105105
[buildpack]: /docs/concepts/components/buildpack/

content/docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ Now that you've finished your buildpack, how about extending it? Try:
217217
- Caching the downloaded NodeJS version
218218
- [Packaging your buildpack for distribution][package-a-buildpack]
219219

220-
[package-a-buildpack]: /docs/buildpack-author-guide/package-a-buildpack/
220+
[package-a-buildpack]: /docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/

content/docs/concepts/components/buildpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Learn more about buildpacks by referring to the [Buildpack API][buildpack-api].
4545

4646
[buildpack-api]: /docs/reference/buildpack-api
4747
[buildpack-group]: /docs/concepts/components/buildpack-group/
48-
[package-a-buildpack]: /docs/buildpack-author-guide/package-a-buildpack/
48+
[package-a-buildpack]: /docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/
4949
[platform]: /docs/concepts/components/platform

content/docs/concepts/components/lifecycle/analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ For more information, please see [this migration guide][platform-api-06-07-migra
2121
| `1-10`, `13-19` | Generic lifecycle errors
2222
| `30-39` | Analysis-specific lifecycle errors
2323

24-
[platform-api-06-07-migration]: https://buildpacks.io/docs/reference/spec/migration/platform-api-0.6-0.7/
24+
[platform-api-06-07-migration]: https://buildpacks.io/docs/for-platform-operators/how-to/migrate/platform-api-0.6-0.7/

content/docs/concepts/components/stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A stack (deprecated) is the grouping together of the build and run base images,
1313
As of Platform API 0.12 and Buildpack API 0.10, stacks are deprecated in favor of existing constructs in the container image ecosystem such as operating system name, operating system distribution, and architecture.
1414

1515
For more information, see
16-
* Platform API 0.12 [migration guide](/docs/reference/spec/migration/platform-api-0.11-0.12/)
17-
* Buildpack API 0.10 [migration guide](/docs/reference/spec/migration/buildpack-api-0.9-0.10/)
16+
* Platform API 0.12 [migration guide](/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/)
17+
* Buildpack API 0.10 [migration guide](/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/)
1818
* [Build image](/docs/concepts/components/base-images/build/) concept
1919
* [Run image](/docs/concepts/components/base-images/run/) concept
2020
* [Target data](/docs/concepts/components/targets/)

content/docs/concepts/operations/rebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ $ pack rebase my-app:my-tag
3030
> **TIP:** `pack rebase` has a `--publish` flag that can be used to publish the updated app image directly to a registry.
3131
> Using `--publish` is optimal when using a registry in comparison to the docker daemon.
3232
33-
[build]: /docs/app-developer-guide/build-an-app/
33+
[build]: /docs/for-app-developers/tutorials/build-basic-app/

content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks-from-cli.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/app-developer-guide/using-project-descriptor/
113+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/use-project-toml/
114114
[samples]: https://github.com/buildpacks/samples

content/docs/for-app-developers/how-to/build-inputs/use-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/app-developer-guide/using-project-descriptor/
57+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/use-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/use-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/app-developer-guide/specify-buildpacks/
110-
[descriptor-envs]: /docs/app-developer-guide/environment-variables/#using-project-descriptor
109+
[specify-buildpacks]: /docs/for-app-developers/how-to/build-inputs/specify-buildpacks-from-cli
110+
[descriptor-envs]: /docs/for-app-developers/how-to/build-inputs/configure-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

0 commit comments

Comments
 (0)