From 22d97ff8a7a54f65b394920424a94ed481ca0d92 Mon Sep 17 00:00:00 2001 From: alex-mccarthy-unity Date: Tue, 12 Mar 2024 10:51:33 +0100 Subject: [PATCH] Fix bad link format introduced by #6033 --- docs/Using-Virtual-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Virtual-Environment.md b/docs/Using-Virtual-Environment.md index 049a9f55a9..6a3415ad31 100644 --- a/docs/Using-Virtual-Environment.md +++ b/docs/Using-Virtual-Environment.md @@ -23,7 +23,7 @@ have support for the dependent libraries, so are not recommended. ## Use Conda (or Mamba) -While there are many options for setting up virtual environments for python, by far the most common and simpler approach is by using Anaconda (aka Conda). You can read the documentation on how to get started with Conda here: [https://learning.anaconda.cloud/get-started-with-anaconda] +While there are many options for setting up virtual environments for python, by far the most common and simpler approach is by using Anaconda (aka Conda). You can read the documentation on how to get started with Conda [here](https://learning.anaconda.cloud/get-started-with-anaconda). ## Installing Pip (Required)