diff --git a/README.md b/README.md index 3da7f7f62e77d0ddf171bd58ffb98d79c9793bea..7abd6d20379894c86cd70d59c5018a98ffdb6f2c 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ This base theme bridges the gap between Drupal and the [Bootstrap Framework]. - Extensive integration and template/preprocessor overrides for most of the [Bootstrap Framework] CSS, Components and JavaScript - Theme settings to further enhance the Drupal Bootstrap integration: - - [Breadcrumbs](http://getbootstrap.com/components/#breadcrumbs) - - [Navbar](http://getbootstrap.com/components/#navbar) - - [Popovers](http://getbootstrap.com/javascript/#popovers) - - [Tooltips](http://getbootstrap.com/javascript/#tooltips) - - [Wells](http://getbootstrap.com/components/#wells) (per region) + - [Breadcrumbs](https://getbootstrap.com/docs/3.3/components/#breadcrumbs) + - [Navbar](https://getbootstrap.com/docs/3.3/components/#navbar) + - [Popovers](https://getbootstrap.com/docs/3.3/javascript/#popovers) + - [Tooltips](https://getbootstrap.com/docs/3.3/javascript/#tooltips) + - [Wells](https://getbootstrap.com/docs/3.3/components/#wells) (per region) ### Documentation -Visit the project's [official documentation site](http://drupal-bootstrap.org) +Visit the project's [official documentation site](https://drupal-bootstrap.org) or the markdown files inside the `./docs` directory. ### Supported modules @@ -41,4 +41,4 @@ or the markdown files inside the `./docs` directory. ### 5 Year Evolution (gource) https://youtu.be/Cvq6MPJp2dI -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ diff --git a/bootstrap.drush.inc b/bootstrap.drush.inc index 79b968591d1327d09abf0fb57d800c993cf89d87..4a3ce051890aad00e78f717ba5ca402472f2d7d9 100644 --- a/bootstrap.drush.inc +++ b/bootstrap.drush.inc @@ -103,7 +103,7 @@ function _drush_bootstrap_generate_docs_settings(Theme $bootstrap) { // Ensure we have link references at the bottom. $output[] = ''; $output[] = '[Drupal Bootstrap]: https://www.drupal.org/project/bootstrap'; - $output[] = '[Bootstrap Framework]: http://getbootstrap.com'; + $output[] = '[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/'; // Save the generated output to the appropriate file. return file_put_contents(realpath($bootstrap->getPath() . '/docs/Theme-Settings.md'), implode("\n", $output)) !== FALSE; diff --git a/bootstrap.theme b/bootstrap.theme index f89d6d8cc26ed230c3c6ce8ca7225699ab754645..f59e36b25922ab6dc7a6ddf5797ee5d526179f19 100644 --- a/bootstrap.theme +++ b/bootstrap.theme @@ -15,7 +15,7 @@ * the `./templates` directory. This is a highly automated and complex system * designed to only load the necessary files when a given theme hook is invoked. * - * Visit this project's official documentation site, http://drupal-bootstrap.org + * Visit this project's official documentation site, https://drupal-bootstrap.org * or the markdown files inside the `./docs` directory. * * @see bootstrap_theme() diff --git a/composer.json b/composer.json index 0c1dcf9c18ce59ac9172dcf94976e3cbfbeb0948..1d01b3aa7280729e9f43f816bf672ea4e4793a56 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.", "type": "drupal-theme", "license": "GPL-2.0", - "homepage": "http://drupal.org/project/bootstrap", + "homepage": "https://www.drupal.org/project/bootstrap", "authors": [ { "name": "Mark Carver (markcarver)", @@ -22,7 +22,7 @@ } ], "support": { - "docs": "http://drupal-bootstrap.org", + "docs": "https://drupal-bootstrap.org", "issues": "https://www.drupal.org/project/issues/bootstrap", "irc": "irc://irc.freenode.org/drupal-bootstrap", "source": "http://cgit.drupalcode.org/bootstrap" diff --git a/docs/Contributing.md b/docs/Contributing.md index 2713fd636d64d84cb996eb0eb216dee10a827073..e9ea5d7f287f9415c11d6db508c0ec76d0fa2b19 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -8,8 +8,8 @@ topics first before creating an issue in this project's issue queue. Anything that falls within the scope of existing documentation or answered questions will be marked as "Closed (works as designed)" or "Closed (won't fix)". -The [Theme development](https://drupal.org/forum/3) support forum and -[Drupal StackExchange](http://drupal.stackexchange.com) are also amazing +The [Theme development](https://www.drupal.org/forum/3) support forum and +[Drupal StackExchange](https://drupal.stackexchange.com) are also amazing resources for asking questions, learning new techniques and overall general support. @@ -25,7 +25,7 @@ please update it yourself (all logged in users have edit capability). {.alert.alert-info} **Recommended reading:** [How To Solve All Your [Drupal] Problems](http://www.lullabot.com/blog/article/how-solve-all-your-problems) -{.alert.alert-warning} Please, [search the issue queue](https://drupal.org/project/issues/search/bootstrap) +{.alert.alert-warning} Please, [search the issue queue](https://www.drupal.org/project/issues/search/bootstrap) first. **DO NOT** duplicate existing issues. **If you find an existing issue and the issue status is:** @@ -47,8 +47,8 @@ first. **DO NOT** duplicate existing issues. - JavaScript, jQuery, Bootstrap plugins or custom (site specific) plugins - Modules that don't work in multiple themes. File the issue with that module. It is likely they are not using [APIs](https://api.drupal.org) properly, not - following existing [Coding Standards](https://drupal.org/coding-standards) - or not developing with [Best Practices](https://drupal.org/best-practices) in + following existing [Coding Standards](https://www.drupal.org/coding-standards) + or not developing with [Best Practices](https://www.drupal.org/best-practices) in mind. It is actually a rare event when it is a legitimate issue with the [Drupal Bootstrap] project. @@ -62,4 +62,4 @@ Please keep in mind though, this **IS NOT** a "support" channel. It's primary use is to discuss issues and to help fix bugs with the base theme itself. [Drupal Bootstrap]: https://www.drupal.org/project/bootstrap -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 65cddef40aa710d4f7d8ac161fafccb3857fad3b..e646d32f5fa4b88969ed671c4065b65b62a273f5 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -12,16 +12,16 @@ Generally speaking, you should really read the entire [Bootstrap Framework] documentation site, if you haven't already. Here are the four basic "sections" that site is split into: -- [Getting Started](http://getbootstrap.com/getting-started) - An overview of +- [Getting Started](https://getbootstrap.com/docs/3.3/getting-started) - An overview of the [Bootstrap Framework], how to download and use, basic templates and examples, and more. -- [CSS](http://getbootstrap.com/css/) - Global CSS settings, fundamental HTML +- [CSS](https://getbootstrap.com/docs/3.3/css/) - Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system. -- [Components](http://getbootstrap.com/components/) - Over a dozen reusable +- [Components](https://getbootstrap.com/docs/3.3/components/) - Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more. -- [JavaScript](http://getbootstrap.com/javascript/) - Bring the +- [JavaScript](https://getbootstrap.com/docs/3.3/javascript/) - Bring the [Bootstrap Framework] components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one. @@ -67,7 +67,7 @@ you are attempting to integrate the base theme with. - Color module (in core) - [Bootstrap API](https://www.drupal.org/project/bootstrap_api) - [Bootstrap Library](https://www.drupal.org/project/bootstrap_library) -- [LESS module](https://drupal.org/project/less) +- [LESS module](https://www.drupal.org/project/less) --- @@ -75,9 +75,9 @@ you are attempting to integrate the base theme with. **A: No, not "officially"** The [Bootstrap Framework] itself does not officially support older Internet -Explorer [compatibility modes](http://getbootstrap.com/getting-started/#support-ie-compatibility-modes). +Explorer [compatibility modes](https://getbootstrap.com/docs/3.3/getting-started/#support-ie-compatibility-modes). To ensure you are using the latest rendering mode for IE, consider installing -the [HTML5 Tools](https://drupal.org/project/html5_tools) module. +the [HTML5 Tools](https://www.drupal.org/project/html5_tools) module. Internet Explorer 8 requires the use of [Respond.js] to enable media queries (Responsive Web Design). However, [Respond.js] does not work with CSS that is @@ -123,5 +123,5 @@ Instead, you should create a custom sub-theme that isn't hosted on Drupal.org. [Respond.js]: https://github.com/scottjehl/Respond [Drush]: http://www.drush.org [Drupal Bootstrap]: https://www.drupal.org/project/bootstrap -[Bootstrap Framework]: http://getbootstrap.com -[jQuery Update]: https://drupal.org/project/jquery_update +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ +[jQuery Update]: https://www.drupal.org/project/jquery_update diff --git a/docs/README.md b/docs/README.md index a42d478deb6dd29ad8f85ef5ebb36ac6921e0179..237fd909e50eefd0f4af8762f5812ce080376629 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ - + # Drupal Bootstrap Documentation @@ -52,7 +52,7 @@ documentation. For clarity, we will always attempt to use this word verbosely in one of the following ways: - **[Drupal Bootstrap]** refers to the Drupal base theme project. -- **[Bootstrap Framework](http://getbootstrap.com)** refers to the external +- **[Bootstrap Framework](https://getbootstrap.com/docs/3.3/)** refers to the external front end framework. - **[drupal_bootstrap](https://api.drupal.org/apis/drupal_bootstrap)** refers to Drupal's bootstrapping process or phase. diff --git a/docs/Sub-Theming.md b/docs/Sub-Theming.md index 605315f54e68db53919a64b4bd9a291d0cc56984..bb1f6bbccfd8fe12dca50ca2235f76ad740414d9 100644 --- a/docs/Sub-Theming.md +++ b/docs/Sub-Theming.md @@ -60,7 +60,7 @@ your starterkit, please refer to the starterkit's documentation page to customiz [Drupal Bootstrap]: https://www.drupal.org/project/bootstrap -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ [jsDelivr CDN]: http://www.jsdelivr.com [Less]: http://lesscss.org [Sass]: http://sass-lang.com diff --git a/docs/Theme-Settings.md b/docs/Theme-Settings.md index be6d014c9c2d49b3c9ad3e60fc30a23b25ef831d..b964c1e8e995276cda2f6eea3bd6ffc66bb914ec 100644 --- a/docs/Theme-Settings.md +++ b/docs/Theme-Settings.md @@ -600,4 +600,4 @@ settings: [Drupal Bootstrap]: https://www.drupal.org/project/bootstrap -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ diff --git a/docs/plugins/Setting.md b/docs/plugins/Setting.md index d0200c6f17fcc25256df7788e0aa7231dedb95da..7a654177f2780d0b52fe21cbfa23c82b40cbd242 100644 --- a/docs/plugins/Setting.md +++ b/docs/plugins/Setting.md @@ -39,7 +39,7 @@ use Drupal\Core\Annotation\Translation; * title = @Translation("Anchor ID for the ""skip link"""), * defaultValue = "main-content", * description = @Translation("Specify the HTML ID of the element that the accessible-but-hidden ""skip link"" should link to. (Read more about skip links.)", - arguments = { ":link" = "http://drupal.org/node/467976" }), + arguments = { ":link" = "https://www.drupal.org/node/467976" }), * groups = { * "THEMENAME" = "THEMETITLE", * "accessibility" = @Translation("Accessibility"), diff --git a/icons.inc b/icons.inc index 0c55c2a932102c140dd207f61be32db086e1cd72..e72f66cf9edc367dd1a2a81b956bad2fc8d8ee36 100644 --- a/icons.inc +++ b/icons.inc @@ -12,7 +12,7 @@ use Drupal\bootstrap\Bootstrap; function bootstrap_icon_providers() { $providers['bootstrap'] = [ 'title' => t('Bootstrap'), - 'url' => 'http://getbootstrap.com/components/#glyphicons', + 'url' => 'https://getbootstrap.com/docs/3.3/components/#glyphicons', ]; return $providers; } diff --git a/src/Bootstrap.php b/src/Bootstrap.php index 63f0d663866688da46f34066a075119b2f3d69b9..8dfc316a28e47bacd73139c325222854619ea516 100644 --- a/src/Bootstrap.php +++ b/src/Bootstrap.php @@ -72,7 +72,7 @@ class Bootstrap { * * @var string */ - const FRAMEWORK_HOMEPAGE = 'http://getbootstrap.com'; + const FRAMEWORK_HOMEPAGE = 'https://getbootstrap.com/docs/3.3/'; /** * The Bootstrap Framework repository. @@ -93,7 +93,7 @@ class Bootstrap { * * @var string */ - const PROJECT_DOCUMENTATION = 'http://drupal-bootstrap.org'; + const PROJECT_DOCUMENTATION = 'https://drupal-bootstrap.org'; /** * The Drupal Bootstrap project page. @@ -192,7 +192,7 @@ class Bootstrap { // Due to a core bug that affects admin themes, we should not double // process the "system_theme_settings" form twice in the global // hook_form_alter() invocation. - // @see https://drupal.org/node/943212 + // @see https://www.drupal.org/node/943212 if ($form_id === 'system_theme_settings') { return; } @@ -435,10 +435,10 @@ class Bootstrap { */ public static function extraVariables() { return [ - // @see https://drupal.org/node/2035055 + // @see https://www.drupal.org/node/2035055 'context' => [], - // @see https://drupal.org/node/2219965 + // @see https://www.drupal.org/node/2219965 'icon' => NULL, 'icon_position' => 'before', 'icon_only' => FALSE, diff --git a/src/Plugin/Preprocess/FormElement.php b/src/Plugin/Preprocess/FormElement.php index 607684c9e23924faaff40c75efbf7f51d420d5fb..b3606abe67940140c7a1d65b98519a30f1d94d47 100644 --- a/src/Plugin/Preprocess/FormElement.php +++ b/src/Plugin/Preprocess/FormElement.php @@ -30,7 +30,7 @@ class FormElement extends PreprocessBase implements PreprocessInterface { $variables['is_autocomplete'] = TRUE; } - // See http://getbootstrap.com/css/#forms-controls. + // See https://getbootstrap.com/docs/3.3/css/#forms-controls. $checkbox = $variables['is_checkbox'] = $element->isType('checkbox'); $radio = $variables['is_radio'] = $element->isType('radio'); diff --git a/src/Plugin/Provider/JsDelivr.php b/src/Plugin/Provider/JsDelivr.php index 6ee84801dc64ed1f8252f8e3d5cfb3f8ad82d348..fca9e5b3990f2f6b5eaad20128a05c7b803bc232 100644 --- a/src/Plugin/Provider/JsDelivr.php +++ b/src/Plugin/Provider/JsDelivr.php @@ -19,7 +19,7 @@ use Drupal\Core\Annotation\Translation; * @BootstrapProvider( * id = "jsdelivr", * label = @Translation("jsDelivr"), - * api = "http://api.jsdelivr.com/v1/bootstrap/libraries", + * api = "https://api.jsdelivr.com/v1/bootstrap/libraries", * themes = { }, * versions = { }, * ) diff --git a/src/Plugin/Setting/Components/Region/RegionWells.php b/src/Plugin/Setting/Components/Region/RegionWells.php index d3d213fe83b3c5937204d6cb3e3cfb284aed5039..5a6843d7f049868f5b7b748d4ff025dc847bf269 100644 --- a/src/Plugin/Setting/Components/Region/RegionWells.php +++ b/src/Plugin/Setting/Components/Region/RegionWells.php @@ -37,7 +37,7 @@ use Drupal\Core\Form\FormStateInterface; * "region_wells" = @Translation("Region Wells"), * }, * see = { - * "http://getbootstrap.com/components/#wells" = @Translation("Bootstrap Wells"), + * "https://getbootstrap.com/docs/3.3/components/#wells" = @Translation("Bootstrap Wells"), * }, * ) */ diff --git a/src/Plugin/Setting/General/Buttons/ButtonColorize.php b/src/Plugin/Setting/General/Buttons/ButtonColorize.php index f975f951f2267545cf2a82ad4621f62b07b80adf..c193fa2db793179db5ec11470fe4e165adcc423b 100644 --- a/src/Plugin/Setting/General/Buttons/ButtonColorize.php +++ b/src/Plugin/Setting/General/Buttons/ButtonColorize.php @@ -26,8 +26,8 @@ use Drupal\Core\Annotation\Translation; * "button" = @Translation("Buttons"), * }, * see = { - * "http://getbootstrap.com/css/#buttons" = @Translation("Buttons"), - * "http://drupal-bootstrap.org/apis/hook_bootstrap_colorize_text_alter" = @Translation("hook_bootstrap_colorize_text_alter()"), + * "https://getbootstrap.com/docs/3.3/css/#buttons" = @Translation("Buttons"), + * "https://drupal-bootstrap.org/apis/hook_bootstrap_colorize_text_alter" = @Translation("hook_bootstrap_colorize_text_alter()"), * }, * ) */ diff --git a/src/Plugin/Setting/General/Buttons/ButtonIconize.php b/src/Plugin/Setting/General/Buttons/ButtonIconize.php index 3bcc28fb488e400160761b8ca57d69df3edf1ba2..ee2d77ab91ae9edd9c8f1e64b77e1a796cd389ca 100644 --- a/src/Plugin/Setting/General/Buttons/ButtonIconize.php +++ b/src/Plugin/Setting/General/Buttons/ButtonIconize.php @@ -26,7 +26,7 @@ use Drupal\Core\Annotation\Translation; * "button" = @Translation("Buttons"), * }, * see = { - * "http://drupal-bootstrap.org/apis/hook_bootstrap_iconize_text_alter" = @Translation("hook_bootstrap_iconize_text_alter()"), + * "https://drupal-bootstrap.org/apis/hook_bootstrap_iconize_text_alter" = @Translation("hook_bootstrap_iconize_text_alter()"), * }, * ) */ diff --git a/src/Plugin/Setting/General/Container/FluidContainer.php b/src/Plugin/Setting/General/Container/FluidContainer.php index 784e20e6c70da343986deae291e9626303b21843..f936eed88eadb18a4c3b23e353bd6eac174d380a 100644 --- a/src/Plugin/Setting/General/Container/FluidContainer.php +++ b/src/Plugin/Setting/General/Container/FluidContainer.php @@ -26,7 +26,7 @@ use Drupal\Core\Annotation\Translation; * "container" = @Translation("Container"), * }, * see = { - * "http://getbootstrap.com/css/#grid-example-fluid" = @Translation("Fluid container"), + * "https://getbootstrap.com/docs/3.3/css/#grid-example-fluid" = @Translation("Fluid container"), * }, * ) */ diff --git a/src/Plugin/Setting/General/Images/ImageShape.php b/src/Plugin/Setting/General/Images/ImageShape.php index accba6b98c6bad1a07338b12f6da08154fbda42a..d061cce3bb645ffcccb32c70a5a7f405d84ad178 100644 --- a/src/Plugin/Setting/General/Images/ImageShape.php +++ b/src/Plugin/Setting/General/Images/ImageShape.php @@ -32,7 +32,7 @@ use Drupal\Core\Annotation\Translation; * "img-thumbnail" = @Translation("Thumbnail"), * }, * see = { - * "http://getbootstrap.com/css/#images-shapes" = @Translation("Image Shapes"), + * "https://getbootstrap.com/docs/3.3/css/#images-shapes" = @Translation("Image Shapes"), * }, * ) */ diff --git a/src/Plugin/Setting/JavaScript/Modals/ModalEnabled.php b/src/Plugin/Setting/JavaScript/Modals/ModalEnabled.php index 2c28ba9c99a2fb70a9b713c10135ec43b87c3cce..1badd4ba6d0e404e274274cac45337dc8727494e 100644 --- a/src/Plugin/Setting/JavaScript/Modals/ModalEnabled.php +++ b/src/Plugin/Setting/JavaScript/Modals/ModalEnabled.php @@ -39,7 +39,7 @@ class ModalEnabled extends SettingBase { parent::alterFormElement($form, $form_state, $form_id); $group = $this->getGroupElement($form, $form_state); $group->setProperty('description', t('Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults. See Bootstrap Modals for more documentation.', [ - ':url' => 'http://getbootstrap.com/javascript/#modals', + ':url' => 'https://getbootstrap.com/docs/3.3/javascript/#modals', ])); } diff --git a/src/Plugin/Setting/JavaScript/Popovers/PopoverSelector.php b/src/Plugin/Setting/JavaScript/Popovers/PopoverSelector.php index 0ea0a11c79222ef62f44c6974b214afd7f1b6560..c25a2112ab70a3a161ad0c1c84c35bc658315d32 100644 --- a/src/Plugin/Setting/JavaScript/Popovers/PopoverSelector.php +++ b/src/Plugin/Setting/JavaScript/Popovers/PopoverSelector.php @@ -28,7 +28,7 @@ use Drupal\Core\Annotation\Translation; * }, * see = { * "https://github.com/twbs/bootstrap/issues/4215" = @Translation("Issue #4215"), - * "http://jsfiddle.net/fScua/" = @Translation("JSFiddle Example"), + * "https://jsfiddle.net/fScua/" = @Translation("JSFiddle Example"), * }, * ) */ diff --git a/src/Plugin/Setting/JavaScript/Tooltips/TooltipEnabled.php b/src/Plugin/Setting/JavaScript/Tooltips/TooltipEnabled.php index 04e5711c912e7b0520112da77ff040f9b358fd5c..a81bd1390a711cd7dd569287ebf55cd97b40e17b 100644 --- a/src/Plugin/Setting/JavaScript/Tooltips/TooltipEnabled.php +++ b/src/Plugin/Setting/JavaScript/Tooltips/TooltipEnabled.php @@ -40,7 +40,7 @@ class TooltipEnabled extends SettingBase { $group = $this->getGroupElement($form, $form_state); $group->setProperty('description', t('Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don\'t rely on images, use CSS3 for animations, and data-attributes for local title storage. See Bootstrap tooltips for more documentation.', [ - ':url' => 'http://getbootstrap.com/javascript/#tooltips', + ':url' => 'https://getbootstrap.com/docs/3.3/javascript/#tooltips', ])); } diff --git a/starterkits/cdn/README.md b/starterkits/cdn/README.md index 519d89e2ae7191f906f80cebd4c65f8be99a2734..d8d3470ea91b5bf96af066d1a5384b4345ef39e6 100644 --- a/starterkits/cdn/README.md +++ b/starterkits/cdn/README.md @@ -25,5 +25,5 @@ Please refer to the @link theme_settings Sub-theme Settings @endlink topic. Please refer to the @link registry Theme Registry @endlink topic. [Drupal Bootstrap]: https://www.drupal.org/project/bootstrap -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ [jsDelivr CDN]: http://www.jsdelivr.com diff --git a/starterkits/less/README.md b/starterkits/less/README.md index d323fe3bd7ca2b11b4840372c4b856567c450b73..f0607dbeb408fd6cd9a7420966b5f8ffb22cd32f 100644 --- a/starterkits/less/README.md +++ b/starterkits/less/README.md @@ -60,6 +60,6 @@ extension of course). - @link templates Templates @endlink - @link plugins Plugin System @endlink -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ [Bootstrap Framework Source Files]: https://github.com/twbs/bootstrap/releases [Less]: http://lesscss.org diff --git a/starterkits/less/less/component/navbar.less b/starterkits/less/less/component/navbar.less index 252700f42d03daf954f2a4638137fbfbb0728f54..f3f27dea5fa6630a16e3bd5d14b540bc3bdbdd63 100644 --- a/starterkits/less/less/component/navbar.less +++ b/starterkits/less/less/component/navbar.less @@ -9,7 +9,7 @@ body { // Fix horizontal scrolling on iOS devices. - // http://drupal.org/node/1870076 + // https://www.drupal.org/node/1870076 position: relative; &.navbar-is-static-top { diff --git a/starterkits/sass/README.md b/starterkits/sass/README.md index eefe74cea57cc3078252dd8b970f1890ccf433fb..9a3e3f399bbb12376d5ea62448375c0d71d95513 100755 --- a/starterkits/sass/README.md +++ b/starterkits/sass/README.md @@ -53,6 +53,6 @@ name, using a different extension of course). - @link templates Templates @endlink - @link plugins Plugin System @endlink -[Bootstrap Framework]: http://getbootstrap.com +[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/ [Bootstrap Framework Source Files]: https://github.com/twbs/bootstrap-sass [Sass]: http://sass-lang.com diff --git a/starterkits/sass/scss/component/_navbar.scss b/starterkits/sass/scss/component/_navbar.scss index 31301426c4d306ab57212f093548f655ad702f9e..81f5e05e7e86397f2195cd73eb7999d1a2095dc4 100644 --- a/starterkits/sass/scss/component/_navbar.scss +++ b/starterkits/sass/scss/component/_navbar.scss @@ -9,7 +9,7 @@ $grid-breakpoint: "screen and (min-width: #{$grid-float-breakpoint})"; body { // Fix horizontal scrolling on iOS devices. - // http://drupal.org/node/1870076 + // https://www.drupal.org/node/1870076 position: relative; &.navbar-is-static-top { diff --git a/templates/system/table.html.twig b/templates/system/table.html.twig index 752862460ff3dff7fba6a65aaba3701f0f15a142..6e02282efd0ba74bcb4e904c8559c1d0b892c766 100644 --- a/templates/system/table.html.twig +++ b/templates/system/table.html.twig @@ -9,7 +9,7 @@ * - colgroups: Column groups. Each group contains the following properties: * - attributes: HTML attributes to apply to the tag. * Note: Drupal currently supports only one table header row, see - * http://drupal.org/node/893530 and + * https://www.drupal.org/node/893530 and * http://api.drupal.org/api/drupal/includes!theme.inc/function/theme_table/7#comment-5109. * - header: Table header cells. Each cell contains the following properties: * - tag: The HTML tag name to use; either TH or TD.