Skip to content

Commit 49ff0a2

Browse files
authored
fixed broken link in overview page (#120)
Co-authored-by: jc-berger <>
1 parent aab59cc commit 49ff0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/user-guide/partials/con_devfile.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.What a devfile does for you
77

8-
You can use devfiles to automate and simplify your development process. With devfiles, you record the instructions for configuring and running your build environment as a YAML-formatted text file. Then, optionally, you can distribute those devfiles to other build tools and IDEs that support devfiles. Finally, to automatically configure and build a running application from a development project, you run the devfile instructions. You can also use devfiles to provide consistent build processes across different languages and tools.
8+
You can use devfiles to automate and simplify your development process. With devfiles, you record the instructions for configuring and running your build environment as a YAML-formatted text file. Then, optionally, you can distribute those devfiles to other build tools and IDEs that support devfiles. Finally, to automatically configure and build a running application from a development project, you run the devfile instructions. You can also use devfiles to provide consistent build processes across different languages and tools.
99

1010
Using the recommended best practices from the devfile, the tools and IDE can:
1111

@@ -42,7 +42,7 @@ With devfiles, developers do not need to set up the environment for building and
4242
.How to work with devfiles
4343

4444
* To access the devfile stacks so you can begin creating container workspaces, see link:https://github.com/devfile/registry/tree/main/stacks[devfile registry stacks].
45-
* To write a devfile stack so you can begin using devfiles in your application development, see xref:authoring-stacks.adoc[].
45+
* To write a devfile stack so you can begin using devfiles in your application development, see xref:authoring-devfiles.adoc[].
4646
* To migrate an existing devfile to the most updated version, see xref:migrating-to-devfile-v2.adoc[].
4747
* To understand the schema attributes of devfiles, see xref:api-reference.adoc[].
4848

0 commit comments

Comments
 (0)