Skip to content

Commit fb3d70e

Browse files
authored
Update README.md
Updated links to concepts.
1 parent 0c3fe84 commit fb3d70e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ Locally, your application might depend on App Engine [enviroment variables](http
7272

7373
This project implements the Cloud Native Buildpacks specification.
7474
To read more, see Cloud Native Buildpacks project
75-
[documentation](https://buildpacks.io/docs/concepts/).
75+
[documentation](https://buildpacks.io/docs/for-app-developers/concepts/).
7676

7777
For those new to buildpacks, these concepts are good starting points:
7878

79-
* **[Builder](https://buildpacks.io/docs/concepts/components/builder/)** A container image that contains buildpacks and detection order in which builds are executed.
80-
* **[Buildpack](https://buildpacks.io/docs/concepts/components/buildpack/)** An executable that "inspects your app source code and formulates a plan to build and run your application".
79+
* **[Builder](https://buildpacks.io/docs/concepts/components/for-app-developers/builder/)** A container image that contains buildpacks and detection order in which builds are executed.
80+
* **[Buildpack](https://buildpacks.io/docs/concepts/components/for-app-developers/buildpack/)** An executable that "inspects your app source code and formulates a plan to build and run your application".
8181
* **Buildpack Group** Several buildpacks which together provide support for a
8282
specific language or framework.
83-
* **[Run Image](https://buildpacks.io/docs/concepts/components/stack/)** The container image that serves as the base for the built application.
83+
* **[Run Image](https://buildpacks.io/docs/for-app-developers/concepts/base-images/stack/)** The container image that serves as the base for the built application.
8484

8585
## Support
8686

0 commit comments

Comments
 (0)