Skip to content

Commit

Permalink
Template files: fix various links
Browse files Browse the repository at this point in the history
Verified all remaining links and updated them where necessary.

Note: I've stayed away from updating links in the docblocks of external dependencies, like JS libraries. Those should be automatically updated when those libraries are updated (which they probably should be).
  • Loading branch information
jrfnl committed Jun 8, 2020
1 parent 9e37f0d commit 2240b85
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Original file line number Diff line number Diff line change
@@ -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
Loading
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
Loading
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
Loading
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
Loading
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
Original file line number Diff line number Diff line change
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
Loading
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 2240b85

Please sign in to comment.