Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update templates folder links #305

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}
Loading