From 4ed9a69f710cecdf799369d0a9d26060c8fee441 Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 23 Aug 2023 01:18:02 +0300 Subject: [PATCH] update templates folder links --- templates/bootstrap/SideNavWidget.php | 4 ++-- templates/bootstrap/assets/css/style.css | 2 +- templates/pdf/main.tex | 6 +++--- templates/pdf/title.tex | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/bootstrap/SideNavWidget.php b/templates/bootstrap/SideNavWidget.php index 8a2cbdad..773770bc 100644 --- a/templates/bootstrap/SideNavWidget.php +++ b/templates/bootstrap/SideNavWidget.php @@ -43,8 +43,8 @@ * * Note: Multilevel dropdowns beyond Level 1 are not supported in Bootstrap 3. * - * @see http://getbootstrap.com/components.html#dropdowns - * @see http://getbootstrap.com/components/#nav + * @see https://getbootstrap.com/components.html#dropdowns + * @see https://getbootstrap.com/components/#nav * * @author Antonio Ramirez * @since 2.0 diff --git a/templates/bootstrap/assets/css/style.css b/templates/bootstrap/assets/css/style.css index f584c407..0814e336 100644 --- a/templates/bootstrap/assets/css/style.css +++ b/templates/bootstrap/assets/css/style.css @@ -206,7 +206,7 @@ h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink, z-index: 1000; border-radius: 0; - /* reset all due to android browser issues http://caniuse.com/#search=border-radius */ + /* reset all due to android browser issues https://caniuse.com/#search=border-radius */ border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; diff --git a/templates/pdf/main.tex b/templates/pdf/main.tex index e5205567..79cf93e1 100644 --- a/templates/pdf/main.tex +++ b/templates/pdf/main.tex @@ -43,7 +43,7 @@ \usepackage{color} -% list spacing http://stackoverflow.com/questions/3275622/latex-remove-spaces-between-items-in-list +% list spacing https://stackoverflow.com/questions/3275622/latex-remove-spaces-between-items-in-list \usepackage{enumitem} % url support @@ -93,7 +93,7 @@ \definecolor{mymauve}{rgb}{0.58,0,0.82} % TODO ensure copyable indentation: -% http://tex.stackexchange.com/questions/142617/copy-pasting-leading-whitespace-and-blank-lines-in-listings-package-pdf +% https://tex.stackexchange.com/questions/142617/copy-pasting-leading-whitespace-and-blank-lines-in-listings-package-pdf % include images \usepackage{graphicx} @@ -102,7 +102,7 @@ \usepackage{tabularx} % support github markdown strikethrough -% http://tex.stackexchange.com/questions/23711/strikethrough-text +% https://tex.stackexchange.com/questions/23711/strikethrough-text \usepackage{ulem} \newcommand{\centeronpage}{% Horizontal adjustment of image diff --git a/templates/pdf/title.tex b/templates/pdf/title.tex index a65d64f9..93bb7355 100644 --- a/templates/pdf/title.tex +++ b/templates/pdf/title.tex @@ -16,7 +16,7 @@ \noindent \parbox{\textwidth}{\centering \bfseries - \url{http://www.yiiframework.com/doc/guide} + \url{https://www.yiiframework.com/doc/guide} } \vfill @@ -33,8 +33,8 @@ \noindent \parbox{\textwidth}{\centering - This tutorial is released under the \href{http://www.yiiframework.com/doc/terms/}{Terms of Yii Documentation}.\\ + This tutorial is released under the \href{https://www.yiiframework.com/doc/terms/}{Terms of Yii Documentation}.\\ \vspace{0.5cm} Copyright 2014 Yii Software LLC. All Rights Reserved. } -\end{titlepage} \ No newline at end of file +\end{titlepage}