From 50ba6757cf52287b531bcfd3cb7aa4e0f7704ac0 Mon Sep 17 00:00:00 2001
From: Milan Jaros <milan.jaros@vsb.cz>
Date: Thu, 27 Mar 2025 17:30:47 +0100
Subject: [PATCH] Edit README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a1be14dcc25..c0db19fdfc0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # BlenderPhi
 
-BlenderPhi is based on the Blender repository. It includes the XMLExporter, an extension for exporting scenes to XML+BIN files. The export process is initiated before rendering in Cycles and is based on the Cycles Scene Nodes format. These nodes describe the entire scene in Cycles.
+BlenderPhi is based on the [Blender repository](https://projects.blender.org/blender/blender.git). It includes the XMLExporter, an extension for exporting scenes to XML+BIN files. The export process is initiated before rendering in Cycles and is based on the Cycles Scene Nodes format. These nodes describe the entire scene in Cycles.
 
 In addition to the XML file, a BIN file is also created. The BIN file contains all arrays and textures that cannot be stored in XML format. The BIN file always starts with a value indicating the size in bytes, followed by the actual data. The offset for each value is specified in the XML file.
 
-- 
GitLab