Skip to content

Commit 4dba72a

Browse files
author
gitops-update
committed
fix readme URL references
1 parent 2239e9d commit 4dba72a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Before you begin creating an application with this `devfile` code sample, it's helpful to understand the relationship between the `devfile` and `Dockerfile` and how they contribute to your build. You can find these files at the following URLs:
66

7-
* [Spring Boot `devfile.yaml`](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/devfile.yaml)
8-
* [Spring Boot `Dockerfile`](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/docker/Dockerfile)
7+
* [Spring Boot `devfile.yaml`](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/devfile.yaml)
8+
* [Spring Boot `Dockerfile`](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/docker/Dockerfile)
99

10-
1. The `devfile.yaml` file has an [`image-build` component](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/devfile.yaml#L22-L28) that points to your `Dockerfile`.
11-
2. The [`docker/Dockerfile`](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/docker/Dockerfile) contains the instructions you need to build the code sample as a container image.
12-
3. The `devfile.yaml` [`kubernetes-deploy` component](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/devfile.yaml#L29-L41) points to a `deploy.yaml` file that contains instructions for deploying the built container image.
13-
4. The `devfile.yaml` [`deploy` command](https://github.com/devfile-samples/devfile-sample-java-springboot-basic/blob/main/devfile.yaml#L49-L56) completes the [outerloop](https://devfile.io/docs/2.2.0/innerloop-vs-outerloop) deployment phase by pointing to the `image-build` and `kubernetes-deploy` components to create your application.
10+
1. The `devfile.yaml` file has an [`image-build` component](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/devfile.yaml#L25-L31) that points to your `Dockerfile`.
11+
2. The [`docker/Dockerfile`](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/docker/Dockerfile) contains the instructions you need to build the code sample as a container image.
12+
3. The `devfile.yaml` [`kubernetes-deploy` component](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/devfile.yaml#L32-L44) points to a `deploy.yaml` file that contains instructions for deploying the built container image.
13+
4. The `devfile.yaml` [`deploy` command](https://github.com/redhat-appstudio/devfile-sample-java-springboot-dance/blob/main/devfile.yaml#L46-L59) completes the [outerloop](https://devfile.io/docs/2.2.0/innerloop-vs-outerloop) deployment phase by pointing to the `image-build` and `kubernetes-deploy` components to create your application.
1414

1515
### Additional resources
1616
* For more information about Spring Boot, see [Spring Boot](https://spring.io/projects/spring-boot).

0 commit comments

Comments
 (0)