Skip to content

Commit

Permalink
Merge pull request #305 from Arhell/tem
Browse files Browse the repository at this point in the history
update templates folder links
  • Loading branch information
Bizley authored Aug 23, 2023
2 parents e0e3082 + 4ed9a69 commit 5a79128
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions templates/bootstrap/SideNavWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @since 2.0
Expand Down
2 changes: 1 addition & 1 deletion templates/bootstrap/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions templates/pdf/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions templates/pdf/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

\noindent
\parbox{\textwidth}{\centering \bfseries
\url{http://www.yiiframework.com/doc/guide}
\url{https://www.yiiframework.com/doc/guide}
}

\vfill
Expand All @@ -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}
\end{titlepage}

0 comments on commit 5a79128

Please sign in to comment.