Skip to content

Commit 33db75e

Browse files
authored
Update content maintenance owner (#2456)
1 parent 8671451 commit 33db75e

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
],
2020
"notification_subscribers": [
21-
"mattwoj@microsoft.com"
21+
"jken@microsoft.com",
22+
"crloewen@microsoft.com"
2223
],
2324
"sync_notification_subscribers": [],
2425
"branches_to_filter": [],

WSL/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"open_source_feedback_productName": "Windows Subsystem for Linux",
4848
"ms.service": "dev-environment",
4949
"ms.subservice": "windows-subsystem-for-linux",
50-
"author": "mattwojo",
51-
"ms.author": "mattwoj",
50+
"author": "GrantMeStrength",
51+
"ms.author": "jken",
5252
"ms.reviewer": "crloewen",
5353
"searchScope": [
5454
"WSL"

WSL/tutorials/wsl-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Let's use Docker to create a development container for an existing app project.
9494
1. For this example, I'll use the source code from my [Hello World tutorial for Django](/windows/python/web-frameworks#hello-world-tutorial-for-django) in the Python development environment set up docs. You can skip this step if you prefer to use your own project source code. To download my HelloWorld-Django web app from GitHub, open a WSL terminal (Ubuntu for example) and enter:
9595

9696
```bash
97-
git clone https://github.com/mattwojo/helloworld-django.git
97+
git clone https://github.com/<username>/helloworld-django.git
9898
```
9999

100100
> [!NOTE]
@@ -120,7 +120,7 @@ Let's use Docker to create a development container for an existing app project.
120120
121121
![VS Code Dev Containers command](../media/docker-extension.png)
122122
123-
5. Select the project folder that you wish to containerize. In my case, this is `\\wsl\Ubuntu-20.04\home\mattwojo\repos\helloworld-django\`
123+
5. Select the project folder that you wish to containerize. It will look something like: `\\wsl\Ubuntu-20.04\home\<username>\repos\helloworld-django\`
124124
125125
![VS Code Dev Containers folder](../media/docker-extension2.png)
126126

0 commit comments

Comments
 (0)