Skip to content

Commit 0339ce9

Browse files
authored
Merge pull request #7408 from aurichar/master
Reflect devinit example repo renames
2 parents 580d0dc + 078e700 commit 0339ce9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/devinit/sample-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.technology: devinit
1515

1616
# .NET Core app
1717

18-
See the [DotnetCoreDevinitExample](https://github.com/microsoft/DotnetCoreDevinitExample) repository for a full example of using devinit to install the required .NET Core SDK version in Codespaces.
18+
See the [devinit-example-dotnet-core](https://github.com/microsoft/devinit-example-dotnet-core) repository for a full example of using devinit to install the required .NET Core SDK version in Codespaces.
1919

2020
## .devinit.json
2121

docs/devinit/sample-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.technology: devinit
1515

1616
# Node.js app
1717

18-
See the [NodeJsDevinitExample](https://github.com/microsoft/NodeJsDevinitExample) repository for a full example of using devinit to install npm packages for a Node.js Express project.
18+
See the [devinit-example-nodejs](https://github.com/microsoft/devinit-example-nodejs) repository for a full example of using devinit to install npm packages for a Node.js Express project.
1919

2020
## .devinit.json
2121

@@ -68,4 +68,4 @@ Contents of the _.devcontainer.json_ file in the repo root.
6868
{
6969
"postCreateCommand": "devinit init"
7070
}
71-
```
71+
```

0 commit comments

Comments
 (0)