From cac2fcee99122beb637f1ad2bad58b6edbc974b6 Mon Sep 17 00:00:00 2001 From: Andres Segura-Tinoco Date: Wed, 18 Oct 2023 17:51:45 -0500 Subject: [PATCH] Update Resources Local Path The local path of the html resources have been updated. --- basics/AlgorithmsBasics.html | 6 +++--- cellular-automata/CellularAutomata.html | 6 +++--- chaotic-systems/ChaoticSystems.html | 6 +++--- divide-and-conquer/DivideAndConquer.html | 6 +++--- dynamic-programming/DynamicProgramming.html | 6 +++--- graphs/Graphs.html | 6 +++--- probabilistic-algorithms/ProbabilisticAlgorithms.html | 6 +++--- similarity-functions/SimilarityFunctions.html | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/basics/AlgorithmsBasics.html b/basics/AlgorithmsBasics.html index f4bfe24..dc48246 100644 --- a/basics/AlgorithmsBasics.html +++ b/basics/AlgorithmsBasics.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/cellular-automata/CellularAutomata.html b/cellular-automata/CellularAutomata.html index f5d820a..5816246 100644 --- a/cellular-automata/CellularAutomata.html +++ b/cellular-automata/CellularAutomata.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/chaotic-systems/ChaoticSystems.html b/chaotic-systems/ChaoticSystems.html index c5068a7..00af1f1 100644 --- a/chaotic-systems/ChaoticSystems.html +++ b/chaotic-systems/ChaoticSystems.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/divide-and-conquer/DivideAndConquer.html b/divide-and-conquer/DivideAndConquer.html index 9707068..090344b 100644 --- a/divide-and-conquer/DivideAndConquer.html +++ b/divide-and-conquer/DivideAndConquer.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/dynamic-programming/DynamicProgramming.html b/dynamic-programming/DynamicProgramming.html index 43f597e..243ee52 100644 --- a/dynamic-programming/DynamicProgramming.html +++ b/dynamic-programming/DynamicProgramming.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/graphs/Graphs.html b/graphs/Graphs.html index f378190..6883429 100644 --- a/graphs/Graphs.html +++ b/graphs/Graphs.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/probabilistic-algorithms/ProbabilisticAlgorithms.html b/probabilistic-algorithms/ProbabilisticAlgorithms.html index 5b71f40..cbbfdcf 100644 --- a/probabilistic-algorithms/ProbabilisticAlgorithms.html +++ b/probabilistic-algorithms/ProbabilisticAlgorithms.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/ diff --git a/similarity-functions/SimilarityFunctions.html b/similarity-functions/SimilarityFunctions.html index 710d4f8..9d997e4 100644 --- a/similarity-functions/SimilarityFunctions.html +++ b/similarity-functions/SimilarityFunctions.html @@ -11331,11 +11331,11 @@ /** * " * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el + * https://github.com/bbatsov/zenburn-emacs/blob/main/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css + * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/main/zenburn.css */ .cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } @@ -11555,7 +11555,7 @@ /****************************************************************/ /* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ +/* https://github.com/mbonaci/global/blob/main/Mbo.tmTheme */ /* Create your own: http://tmtheme-editor.herokuapp.com */ /****************************************************************/