Skip to content

Commit

Permalink
Merge pull request #2385 from jrfnl/feature/templates-fix-various-links
Browse files Browse the repository at this point in the history
Template files: fix various links
  • Loading branch information
jaapio committed Jun 9, 2020
2 parents 3c1e2ed + afe1759 commit 6e728b0
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
@@ -1,3 +1,3 @@
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.

See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face
See the documentation for more info on how to use this package: https://icomoon.io/#docs/font-face
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/clean/htaccess.dist
@@ -1,4 +1,4 @@
# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
# Fixes a vulnerability in CentOS: https://stackoverflow.com/questions/20533279/
<FilesMatch \.php\.txt$>
RemoveHandler .php
ForceType text/plain
Expand Down
2 changes: 1 addition & 1 deletion data/templates/clean/images/custom-icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/clean/images/icon-class.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/clean/images/icon-interface.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/clean/images/icon-trait.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/guides/rtd/html/layout.html.twig
Expand Up @@ -34,7 +34,7 @@
<link rel="stylesheet" href="{{ asset('css/theme.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('css/badge_only.css') }}" type="text/css"/>

{# Keep modernizr in head - http://modernizr.com/docs/#installing #}
{# Keep modernizr in head - https://modernizr.com/docs/#installing #}
<script src="{{ asset('js/modernizr.min.js') }}"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion data/templates/responsive-twig/img/icons/icon_template.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/templates/responsive-twig/js/template.js
Expand Up @@ -145,7 +145,7 @@ $(document).ready(function() {
$("body > .container").prepend(
'<div class="alert alert-error"><a class="close" data-dismiss="alert">×</a>' +
'You are using Google Chrome in a local environment; AJAX interaction has been ' +
'disabled because Chrome cannot <a href="http://code.google.com/p/chromium/issues/detail?id=40787">' +
'disabled because Chrome cannot <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=40787">' +
'retrieve files using Ajax</a>.</div>'
);
}
Expand Down
4 changes: 2 additions & 2 deletions data/templates/responsive-twig/layout.html.twig
Expand Up @@ -117,8 +117,8 @@

{% block footer %}
<footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by
<a href="http://glyphicons.com/">Glyphicons</a>.<br/>
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor {{ version }}</a> and<br/>
generated on {{ now|date("r") }}.<br/>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/.templates/responsive/layout.html
Expand Up @@ -101,7 +101,7 @@ <h1 class="phpdocumentor-sidebar__category-header">{{ _('Next topic') }}</h1>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity="sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" /> <link rel="apple-touch-icon" sizes="72x72" href="http://demo.phpdoc.org/Responsive/img/apple-touch-icon-72x72.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
<link rel="apple-touch-icon" sizes="114x114" href="{{ pathto('_static/img/favicon.png', 1) }}">
{%- block linktags %}
{%- if hasdoc('about') %}
Expand Down

0 comments on commit 6e728b0

Please sign in to comment.