From 5c92c59f16611b4416de76f08baab01fa5b40c1e Mon Sep 17 00:00:00 2001 From: Youcef Boursali Date: Tue, 25 Mar 2025 20:34:50 +0100 Subject: [PATCH 1/3] Added a link to external web pages --- tutorials/math/vectors_advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.rst index 58372106721..7f7b92f5cad 100644 --- a/tutorials/math/vectors_advanced.rst +++ b/tutorials/math/vectors_advanced.rst @@ -590,5 +590,5 @@ For more information on using vector math in Godot, see the following article: - :ref:`doc_matrices_and_transforms` If you would like additional explanation, you should check out -3Blue1Brown's excellent video series "Essence of Linear Algebra": -https://www.youtube.com/watch?v=fNk_zzaMoSs&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab +3Blue1Brown's excellent video series: +- :ref:`Essence of Linear Algebra `_ From 5b497ecdeceb403dfa210d82a87a725bb865cd5d Mon Sep 17 00:00:00 2001 From: Youcef Boursali Date: Tue, 25 Mar 2025 20:39:43 +0100 Subject: [PATCH 2/3] Added a link to external web pages --- tutorials/math/vectors_advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.rst index 7f7b92f5cad..8da4167ab7c 100644 --- a/tutorials/math/vectors_advanced.rst +++ b/tutorials/math/vectors_advanced.rst @@ -591,4 +591,4 @@ For more information on using vector math in Godot, see the following article: If you would like additional explanation, you should check out 3Blue1Brown's excellent video series: -- :ref:`Essence of Linear Algebra `_ +`Essence of Linear Algebra `_ From cebd387aeade5219bc22041d2e4d6d0d2d2111a4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 31 Mar 2025 20:51:37 -0400 Subject: [PATCH 3/3] Update tutorials/math/vectors_advanced.rst Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com> --- tutorials/math/vectors_advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.rst index 8da4167ab7c..5a0f411a9b2 100644 --- a/tutorials/math/vectors_advanced.rst +++ b/tutorials/math/vectors_advanced.rst @@ -590,5 +590,5 @@ For more information on using vector math in Godot, see the following article: - :ref:`doc_matrices_and_transforms` If you would like additional explanation, you should check out -3Blue1Brown's excellent video series: -`Essence of Linear Algebra `_ +3Blue1Brown's excellent video series +`Essence of Linear Algebra `_.