Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 87eca12

Browse files
committed
replace main with master and fix error page issue
Signed-off-by: FrenkenFlores <[email protected]>
1 parent ac56198 commit 87eca12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/themes/thxvscode/layouts/partials/connect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</a>
2828
</li>
2929
{{- if (not (in .File.Path "apis")) -}}
30-
{{- $editUrl := path.Join .Site.Params.Githubrepo "edit/main/docs/content/" .File.Path -}}
30+
{{- $editUrl := path.Join .Site.Params.Githubrepo "edit/master/docs/content/" .File.Path -}}
3131
{{- $editUrl = delimit (slice "https://github.com/" $editUrl) "" -}}
3232
<li id="connect-editpage">
3333
<a href="{{$editUrl}}" target="_blank">

docs/themes/thxvscode/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
href="https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx"
2929
target="_blank">Terms of Use</a></li>
3030
<li><a id="footer-license-link"
31-
href="https://github.com/{{.Site.Params.githubRepo}}/blob/main/LICENSE">License</a>
31+
href="https://github.com/{{.Site.Params.githubRepo}}/blob/master/docs/themes/thxvscode/LICENSE">License</a>
3232
</li>
3333
</ul>
3434
<div class="copyright">

0 commit comments

Comments
 (0)