Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-09-26 15:24:14 +0300
committerGitHub <noreply@github.com>2017-09-26 15:24:14 +0300
commit31c872191380d4cd32af379b9d24359d6a9dc34c (patch)
tree016ecb150f1e37ad0eb75591a87886b17ec9d124 /_config.yml
parent3bc94023506d8fb5c61ad01ce9779715ed1e7900 (diff)
Normalize all links. (#24109)
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index fdb6f350e1..5776b28cdc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -54,15 +54,15 @@ current_version: 4.0.0-beta
docs_version: 4.0
repo: "https://github.com/twbs/bootstrap"
slack: "https://bootstrap-slack.herokuapp.com"
-download:
- source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.zip"
- dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta/bootstrap-4.0.0-beta-dist.zip"
-
blog: "https://blog.getbootstrap.com"
expo: "https://expo.getbootstrap.com"
jobs: "https://jobs.getbootstrap.com"
themes: "https://themes.getbootstrap.com"
+download:
+ source: "https://github.com/twbs/bootstrap/archive/v4.0.0-beta.zip"
+ dist: "https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta/bootstrap-4.0.0-beta-dist.zip"
+
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"