From 33db75e3ef72b796e2be6b81c2b9cba4ad8c3391 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Wed, 7 Jan 2026 12:46:28 -0800 Subject: [PATCH] Update content maintenance owner (#2456) --- .openpublishing.publish.config.json | 3 ++- WSL/docfx.json | 4 ++-- WSL/tutorials/wsl-containers.md | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 3ffaa5c1..e361e78b 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -18,7 +18,8 @@ } ], "notification_subscribers": [ - "mattwoj@microsoft.com" + "jken@microsoft.com", + "crloewen@microsoft.com" ], "sync_notification_subscribers": [], "branches_to_filter": [], diff --git a/WSL/docfx.json b/WSL/docfx.json index b4e8a7f8..9050f9b0 100644 --- a/WSL/docfx.json +++ b/WSL/docfx.json @@ -47,8 +47,8 @@ "open_source_feedback_productName": "Windows Subsystem for Linux", "ms.service": "dev-environment", "ms.subservice": "windows-subsystem-for-linux", - "author": "mattwojo", - "ms.author": "mattwoj", + "author": "GrantMeStrength", + "ms.author": "jken", "ms.reviewer": "crloewen", "searchScope": [ "WSL" diff --git a/WSL/tutorials/wsl-containers.md b/WSL/tutorials/wsl-containers.md index 84a88bf6..06a3efc8 100644 --- a/WSL/tutorials/wsl-containers.md +++ b/WSL/tutorials/wsl-containers.md @@ -94,7 +94,7 @@ Let's use Docker to create a development container for an existing app project. 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: ```bash - git clone https://github.com/mattwojo/helloworld-django.git + git clone https://github.com//helloworld-django.git ``` > [!NOTE] @@ -120,7 +120,7 @@ Let's use Docker to create a development container for an existing app project. ![VS Code Dev Containers command](../media/docker-extension.png) -5. Select the project folder that you wish to containerize. In my case, this is `\\wsl\Ubuntu-20.04\home\mattwojo\repos\helloworld-django\` +5. Select the project folder that you wish to containerize. It will look something like: `\\wsl\Ubuntu-20.04\home\\repos\helloworld-django\` ![VS Code Dev Containers folder](../media/docker-extension2.png)