Skip to content

Commit

Permalink
Updates links to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 12, 2020
1 parent 8bcd3a4 commit 3e1543d
Show file tree
Hide file tree
Showing 25 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<a title="Try CodeStream &mdash; Pull Requests and Code Reviews in your IDE" href="https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=gitlens"><img src="https://alt-images.codestream.com/codestream_logo_gitlens_vscmarket.png" alt="CodeStream Logo &mdash; Pull Requests and Code Reviews in your IDE"/></a>

<p align="center" style="margin: 1em 10%">
<a title="Visit Embark Studios" href="https://embark-studios.com"><img src="images/docs/sponsors/embark-studios_dark.png" alt="Embark Studios Logo"/></a>
<a title="Visit Embark Studios" href="https://embark-studios.com"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/sponsors/embark-studios_dark.png" alt="Embark Studios Logo"/></a>
</p>

<p align="center" style="margin: 1em 10%">
<a title="Visit Crésus" href="https://cresus.ch"><img src="images/docs/sponsors/cresus.png" alt="Crésus Logo"/></a>
<a title="Visit Crésus" href="https://cresus.ch"><img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/sponsors/cresus.png" alt="Crésus Logo"/></a>
</p>

## User Sponsors
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- The _Repositories_ view can be re-enabled by setting `"gitlens.views.repositories.enabled": true` or via the GitLens Interactive Settings
- Adds links to the integrated terminal for commits, branches, and tags &mdash; to quickly jump to more details
- Adds an all-new custom editor for rebasing (TODO: more details & image)
![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/rebase-editor.gif)
![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/rebase.gif)
- Includes drag & drop support
- (PREVIEW) Adds Pull Request information to line annotations and hovers (TODO: more details & image)
- Adds improved autolinks support
Expand Down
70 changes: 35 additions & 35 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Messages {
if (result === actions[0]) {
await env.openExternal(Uri.parse('https://gitlens.amod.io/#whats-new'));
} else if (result === actions[1]) {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md'));
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens/blob/main/CHANGELOG.md'));
} else if (result === actions[2]) {
await env.openExternal(Uri.parse('https://gitlens.amod.io/#sponsor'));
}
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/blame.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-blame-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-changes-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-changes-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/code-lens.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#git-code-lens-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#git-code-lens-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/current-line.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#current-line-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#current-line-blame-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-heatmap-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-heatmap-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/hovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#hovers-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#hovers-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/modes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#modes-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#modes-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/status-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#status-bar-blame-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#status-bar-blame-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#branches-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#branches-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.commits.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#commits-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#contributors-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#contributors-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#file-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#file-history-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#side-bar-views"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#side-bar-views"
>
<i class="icon icon__info"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#line-history-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#line-history-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.remotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#remotes-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#remotes-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#repositories-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#repositories-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-&-compare-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#search-&-compare-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.stashes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#stashes-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#stashes-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/settings/partials/views.tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#tags-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#tags-view-"
>
<i class="icon icon__info"></i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/webviews/apps/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 class="hero__title">Settings</h2>
For advanced customizations, refer to the
<a
title="See the GitLens settings docs"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gitlens-settings-"
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gitlens-settings-"
>GitLens docs</a
>
and edit your
Expand Down Expand Up @@ -476,7 +476,7 @@ <h2>Jump to</h2>
<h2>Help</h2>
<ul>
<li>
<a href="https://github.com/eamodio/vscode-gitlens/blob/master/README.md">Documentation</a>
<a href="https://github.com/eamodio/vscode-gitlens#readme">Documentation</a>
</li>
<li>
<a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a>
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h2>Sponsors</h2>
<h2>Help</h2>
<ul>
<li>
<a href="https://github.com/eamodio/vscode-gitlens/blob/master/README.md">Documentation</a>
<a href="https://github.com/eamodio/vscode-gitlens#readme">Documentation</a>
</li>
<li>
<a href="https://github.com/eamodio/vscode-gitlens/issues">Questions &amp; Issues</a>
Expand Down

0 comments on commit 3e1543d

Please sign in to comment.