Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions templates/desktop/wsl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,22 +281,22 @@ <h3 class="p-heading--5 p-text--small-caps">Tutorials</h3>
<div class="col-6 col-medium-3">
<ul class="p-list--divided u-no-margin--bottom">
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/guides/install-ubuntu-wsl2/">Install Ubuntu on WSL2</a>
<a href="https://documentation.ubuntu.com/wsl/latest/guides/install-ubuntu-wsl2/">Install Ubuntu on WSL2</a>
</li>
<li class="p-list__item">
<a href="https://www.youtube.com/watch?v=08WDGV0u58Y">An introduction to numerical computation applications using Ubuntu on WSL</a>
</li>
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/tutorials/vscode/">Working with Visual Studio Code</a>
<a href="https://documentation.ubuntu.com/wsl/latest/tutorials/vscode/">Develop with Ubuntu on WSL</a>
</li>
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/tutorials/interop/">Windows and Ubuntu interoperability</a>
<a href="https://documentation.ubuntu.com/wsl/latest/tutorials/interop/">Windows and Ubuntu interoperability</a>
</li>
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/tutorials/gpu-cuda/">Enabling GPU acceleration with NVIDIA CUDA</a>
<a href="https://documentation.ubuntu.com/wsl/latest/tutorials/gpu-cuda/">Enabling GPU acceleration with NVIDIA CUDA</a>
</li>
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/tutorials/data-science-and-engineering/">Using WSL for data science and engineering</a>
<a href="https://documentation.ubuntu.com/wsl/latest/tutorials/data-science-and-engineering/">Using WSL for data science and engineering</a>
</li>
</ul>
</div>
Expand All @@ -309,10 +309,10 @@ <h3 class="p-heading--5 p-text--small-caps">Documentation</h3>
<div class="col-6 col-medium-3">
<ul class="p-list--divided u-no-margin--bottom">
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/">Ubuntu on WSL</a>
<a href="https://documentation.ubuntu.com/wsl/latest/">Ubuntu on WSL</a>
</li>
<li class="p-list__item">
<a href="https://canonical-ubuntu-wsl.readthedocs-hosted.com/en/latest/tutorials/">Ubuntu on WSL tutorials</a>
<a href="https://documentation.ubuntu.com/wsl/latest/tutorials/">Ubuntu on WSL tutorials</a>
</li>
<li class="p-list__item">
<a href="https://documentation.ubuntu.com/landscape/how-to-guides/wsl-integration/perform-common-tasks/">Landscape WSL integration</a>
Expand Down
Loading