Skip to content

Commit b76fa6a

Browse files
committed
Fix toc link, remove linux vers check command
1 parent dd91a41 commit b76fa6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

WSL/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- name: Get started with Git
2424
href: tutorials/wsl-git.md
2525
- name: Get started with databases
26-
href: tutorials/wsl-databases.md
26+
href: tutorials/wsl-database.md
2727
- name: Set up GPU acceleration (NVIDIA CUDA/DirectML)
2828
href: tutorials/gpu-compute.md
2929
- name: How-to

WSL/tutorials/wsl-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This step-by-step guide will help you get started connecting your project in WSL
1515

1616
- Running Windows 10, [updated to version 2004](ms-settings:windowsupdate), **Build 19041** or higher.
1717
- [WSL enabled and installed, and updated to WSL 2](https://docs.microsoft.com/windows/wsl/install-win10).
18-
- [Linux distribution installed](https://docs.microsoft.com/windows/wsl/install-win10#install-your-linux-distribution-of-choice) (Ubuntu 18.04 for our examples). You can check this with: `wsl lsb_release -a`
18+
- [Linux distribution installed](https://docs.microsoft.com/windows/wsl/install-win10#install-your-linux-distribution-of-choice) (Ubuntu 18.04 for our examples).
1919
- Ensure your Ubuntu 18.04 distribution is [running in WSL 2 mode](https://docs.microsoft.com/windows/wsl/install-win10#set-your-distribution-version-to-wsl-1-or-wsl-2). (WSL can run distributions in both v1 or v2 mode.) You can check this by opening PowerShell and entering: `wsl -l -v`
2020

2121
## Differences between database systems

0 commit comments

Comments
 (0)