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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-notes.yml2
-rw-r--r--build/vnu-jar.js2
-rw-r--r--docs/layouts/partials/footer.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index 1c9932b5e..1c4f4be9b 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -3,7 +3,7 @@ name: Release notes
on:
push:
branches:
- - master
+ - main
jobs:
update_release_draft:
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index a172d811d..a2ca6907b 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -4,7 +4,7 @@
* Script to run vnu-jar if Java is available.
* Copyright 2017-2020 The Bootstrap Authors
* Copyright 2017-2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'
diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html
index 67fee2104..728de050c 100644
--- a/docs/layouts/partials/footer.html
+++ b/docs/layouts/partials/footer.html
@@ -5,6 +5,6 @@
<li><a href="https://twitter.com/{{ .Site.Params.twitter }}">Twitter</a></li>
<li><a href="{{ .Site.Params.main }}/docs/{{ .Site.Params.bs_docs_version }}/about/overview/">About</a></li>
</ul>
- <p>Currently v{{ .Site.Params.version }}. Icons and documentation licensed <a href="{{ .Site.Params.repo }}/blob/master/LICENSE.md" target="_blank" rel="license noopener">MIT</a>.</p>
+ <p>Currently v{{ .Site.Params.version }}. Icons and documentation licensed <a href="{{ .Site.Params.repo }}/blob/main/LICENSE.md" target="_blank" rel="license noopener">MIT</a>.</p>
</div>
</footer>