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>2020-09-17 20:01:04 +0300
committerGitHub <noreply@github.com>2020-09-17 20:01:04 +0300
commitb5fb84a91d43d5178c3a6732355f346fdc3a113c (patch)
treef9255aee5bea0c62f613c1a00ffa6c3ea8cf0dd1 /site/layouts
parentfec511da025c39b40fa94da1c047688fa95dd577 (diff)
docs: fix a few redirects (#31689)
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/_default/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html
index 5d390a5f80..d54e2a9fde 100644
--- a/site/layouts/_default/docs.html
+++ b/site/layouts/_default/docs.html
@@ -17,7 +17,7 @@
<main class="bd-main order-1">
<div class="bd-intro pt-md-3 pl-lg-4">
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
- <a class="btn btn-sm btn-bd-light mb-2 mb-md-0" href="{{ .Site.Params.repo }}/tree/main/site/content/{{ .Page.File.Path }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
+ <a class="btn btn-sm btn-bd-light mb-2 mb-md-0" href="{{ .Site.Params.repo }}/blob/main/site/content/{{ .Page.File.Path }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
<h1 class="bd-title" id="content">{{ .Title | markdownify }}</h1>
</div>
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>