Skip to content

Commit 4ed9a69

Browse files
committed
update templates folder links
1 parent e0e3082 commit 4ed9a69

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

templates/bootstrap/SideNavWidget.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
*
4444
* Note: Multilevel dropdowns beyond Level 1 are not supported in Bootstrap 3.
4545
*
46-
* @see http://getbootstrap.com/components.html#dropdowns
47-
* @see http://getbootstrap.com/components/#nav
46+
* @see https://getbootstrap.com/components.html#dropdowns
47+
* @see https://getbootstrap.com/components/#nav
4848
*
4949
* @author Antonio Ramirez <amigo.cobos@gmail.com>
5050
* @since 2.0

templates/bootstrap/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink,
206206
z-index: 1000;
207207

208208
border-radius: 0;
209-
/* reset all due to android browser issues http://caniuse.com/#search=border-radius */
209+
/* reset all due to android browser issues https://caniuse.com/#search=border-radius */
210210
border-top-left-radius: 0;
211211
border-top-right-radius: 0;
212212
border-bottom-left-radius: 0;

templates/pdf/main.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
\usepackage{color}
4545

46-
% list spacing http://stackoverflow.com/questions/3275622/latex-remove-spaces-between-items-in-list
46+
% list spacing https://stackoverflow.com/questions/3275622/latex-remove-spaces-between-items-in-list
4747
\usepackage{enumitem}
4848

4949
% url support
@@ -93,7 +93,7 @@
9393
\definecolor{mymauve}{rgb}{0.58,0,0.82}
9494

9595
% TODO ensure copyable indentation:
96-
% http://tex.stackexchange.com/questions/142617/copy-pasting-leading-whitespace-and-blank-lines-in-listings-package-pdf
96+
% https://tex.stackexchange.com/questions/142617/copy-pasting-leading-whitespace-and-blank-lines-in-listings-package-pdf
9797

9898
% include images
9999
\usepackage{graphicx}
@@ -102,7 +102,7 @@
102102
\usepackage{tabularx}
103103

104104
% support github markdown strikethrough
105-
% http://tex.stackexchange.com/questions/23711/strikethrough-text
105+
% https://tex.stackexchange.com/questions/23711/strikethrough-text
106106
\usepackage{ulem}
107107

108108
\newcommand{\centeronpage}{% Horizontal adjustment of image

templates/pdf/title.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
\noindent
1818
\parbox{\textwidth}{\centering \bfseries
19-
\url{http://www.yiiframework.com/doc/guide}
19+
\url{https://www.yiiframework.com/doc/guide}
2020
}
2121

2222
\vfill
@@ -33,8 +33,8 @@
3333

3434
\noindent
3535
\parbox{\textwidth}{\centering
36-
This tutorial is released under the \href{http://www.yiiframework.com/doc/terms/}{Terms of Yii Documentation}.\\
36+
This tutorial is released under the \href{https://www.yiiframework.com/doc/terms/}{Terms of Yii Documentation}.\\
3737
\vspace{0.5cm}
3838
Copyright 2014 Yii Software LLC. All Rights Reserved.
3939
}
40-
\end{titlepage}
40+
\end{titlepage}

0 commit comments

Comments
 (0)