Skip to content

Commit 73eed4b

Browse files
update README
1 parent 952def7 commit 73eed4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/java-8/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Alternatively, you can use the contents of `Dockerfile` to fully customize your
3939

4040
### Installing Maven or Gradle
4141

42-
You can use the [Java Feature](https://github.com/devcontainers/features/tree/main/src/java) to install `maven` and `gradle` in `.devcontainer.json`:
42+
You can use the [Java Feature](https://github.com/devcontainers/features/tree/main/src/java) to install `maven` and `gradle` in `.devcontainer/devcontainer.json`:
4343

4444
```json
4545
{
@@ -57,7 +57,7 @@ You can use the [Java Feature](https://github.com/devcontainers/features/tree/ma
5757

5858
Given JavaScript front-end web client code written for use in conjunction with a Java back-end often requires the use of Node.js-based utilities to build, this container also includes `nvm` so that you can easily install Node.js.
5959

60-
Also, you can use a [Node Feature](https://github.com/devcontainers/features/tree/main/src/node) to install any version of Node by adding the following to `.devcontainer.json`:
60+
Also, you can use a [Node Feature](https://github.com/devcontainers/features/tree/main/src/node) to install any version of Node by adding the following to `.devcontainer/devcontainer.json`:
6161

6262
```json
6363
{

src/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Alternatively, you can use the contents of `Dockerfile` to fully customize your
3939

4040
### Installing Maven or Gradle
4141

42-
You can use the [Java Feature](https://github.com/devcontainers/features/tree/main/src/java) to install `maven` and `gradle` in `.devcontainer.json`:
42+
You can use the [Java Feature](https://github.com/devcontainers/features/tree/main/src/java) to install `maven` and `gradle` in `.devcontainer/devcontainer.json`:
4343

4444
```json
4545
{

0 commit comments

Comments
 (0)