Skip to content

Commit b61ee24

Browse files
committed
Updates links to avoid redirects
1 parent 7c8c542 commit b61ee24

29 files changed

+863
-835
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
url: https://github.com/eamodio/vscode-gitlens/discussions?discussions_q=category%3AQ%26A
4+
url: https://github.com/gitkraken/vscode-gitlens/discussions?discussions_q=category%3AQ%26A
55
about: Ask and answer questions about GitLens

CHANGELOG.md

Lines changed: 678 additions & 654 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 140 additions & 140 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://gitlens.amod.io/",
1616
"bugs": {
17-
"url": "https://github.com/eamodio/vscode-gitlens/issues"
17+
"url": "https://github.com/gitkraken/vscode-gitlens/issues"
1818
},
1919
"repository": {
2020
"type": "git",
@@ -241,7 +241,7 @@
241241
"gitlens.currentLine.format": {
242242
"type": "string",
243243
"default": "${author, }${agoOrDate}${' via 'pullRequest}${ • message|50?}",
244-
"markdownDescription": "Specifies the format of the current line blame annotation. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.currentLine.dateFormat#` setting",
244+
"markdownDescription": "Specifies the format of the current line blame annotation. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.currentLine.dateFormat#` setting",
245245
"scope": "window",
246246
"order": 30
247247
},
@@ -484,7 +484,7 @@
484484
"gitlens.statusBar.format": {
485485
"type": "string",
486486
"default": "${author}, ${agoOrDate}${' via 'pullRequest}",
487-
"markdownDescription": "Specifies the format of the blame information in the status bar. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.statusBar.dateFormat#` setting",
487+
"markdownDescription": "Specifies the format of the blame information in the status bar. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.statusBar.dateFormat#` setting",
488488
"scope": "window",
489489
"order": 30
490490
},
@@ -552,7 +552,7 @@
552552
"type": "string",
553553
"default": "${avatar}  __${author}__, ${ago}${' via 'pullRequest}   _(${date})_ \n\n${message}${\n\n---\n\nfootnotes}\n\n${commands}",
554554
"editPresentation": "multilineText",
555-
"markdownDescription": "Specifies the format (in markdown) of hover shown over the blame information in the status bar. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
555+
"markdownDescription": "Specifies the format (in markdown) of hover shown over the blame information in the status bar. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
556556
"scope": "window",
557557
"order": 60
558558
},
@@ -698,7 +698,7 @@
698698
"type": "string",
699699
"default": "${avatar}  __${author}__, ${ago}${' via 'pullRequest}   _(${date})_ \n\n${message}${\n\n---\n\nfootnotes}\n\n${commands}",
700700
"editPresentation": "multilineText",
701-
"markdownDescription": "Specifies the format (in markdown) of the _commit details_ hover. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
701+
"markdownDescription": "Specifies the format (in markdown) of the _commit details_ hover. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
702702
"scope": "window",
703703
"order": 60
704704
},
@@ -748,42 +748,42 @@
748748
"gitlens.views.formats.commits.label": {
749749
"type": "string",
750750
"default": "${❰ tips ❱➤ }${message}",
751-
"markdownDescription": "Specifies the format of commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
751+
"markdownDescription": "Specifies the format of commits in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
752752
"scope": "window",
753753
"order": 30
754754
},
755755
"gitlens.views.formats.commits.description": {
756756
"type": "string",
757757
"default": "${author, }${agoOrDate}",
758-
"markdownDescription": "Specifies the description format of commits in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
758+
"markdownDescription": "Specifies the description format of commits in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
759759
"scope": "window",
760760
"order": 31
761761
},
762762
"gitlens.views.formats.files.label": {
763763
"type": "string",
764764
"default": "${working }${file}",
765-
"markdownDescription": "Specifies the format of a file in the views. See [_File Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs",
765+
"markdownDescription": "Specifies the format of a file in the views. See [_File Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs",
766766
"scope": "window",
767767
"order": 32
768768
},
769769
"gitlens.views.formats.files.description": {
770770
"type": "string",
771771
"default": "${directory}${ ← originalPath}",
772-
"markdownDescription": "Specifies the description format of a file in the views. See [_File Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs",
772+
"markdownDescription": "Specifies the description format of a file in the views. See [_File Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#file-tokens) in the GitLens docs",
773773
"scope": "window",
774774
"order": 33
775775
},
776776
"gitlens.views.formats.stashes.label": {
777777
"type": "string",
778778
"default": "${message}",
779-
"markdownDescription": "Specifies the format of stashes in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
779+
"markdownDescription": "Specifies the format of stashes in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
780780
"scope": "window",
781781
"order": 34
782782
},
783783
"gitlens.views.formats.stashes.description": {
784784
"type": "string",
785785
"default": "${agoOrDate}",
786-
"markdownDescription": "Specifies the description format of stashes in the views. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
786+
"markdownDescription": "Specifies the description format of stashes in the views. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs",
787787
"scope": "window",
788788
"order": 35
789789
},
@@ -1847,7 +1847,7 @@
18471847
"gitlens.blame.format": {
18481848
"type": "string",
18491849
"default": "${message|50?} ${agoOrDate|14-}",
1850-
"markdownDescription": "Specifies the format of the gutter blame annotations. See [_Commit Tokens_](https://github.com/eamodio/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.blame.dateFormat#` setting",
1850+
"markdownDescription": "Specifies the format of the gutter blame annotations. See [_Commit Tokens_](https://github.com/gitkraken/vscode-gitlens/wiki/Custom-Formatting#commit-tokens) in the GitLens docs. Date formatting is controlled by the `#gitlens.blame.dateFormat#` setting",
18511851
"scope": "window",
18521852
"order": 20
18531853
},

src/env/node/git/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class Git {
115115
if (promise === undefined) {
116116
waiting = false;
117117

118-
// Fixes https://github.com/eamodio/vscode-gitlens/issues/73 & https://github.com/eamodio/vscode-gitlens/issues/161
118+
// Fixes https://github.com/gitkraken/vscode-gitlens/issues/73 & https://github.com/gitkraken/vscode-gitlens/issues/161
119119
// See https://stackoverflow.com/questions/4144417/how-to-handle-asian-characters-in-file-names-in-git-on-os-x
120120
args.splice(
121121
0,

src/webviews/apps/home/partials/links.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ <h4>Help</h4>
3434
</li>
3535
<li>
3636
<i class="codicon codicon-comment-discussion"></i>
37-
<a href="https://github.com/eamodio/vscode-gitlens/discussions">Questions</a>
37+
<a href="https://github.com/gitkraken/vscode-gitlens/discussions">Questions</a>
3838
</li>
3939
<li>
4040
<i class="codicon codicon-issues"></i>
41-
<a href="https://github.com/eamodio/vscode-gitlens/issues">Issues</a>
41+
<a href="https://github.com/gitkraken/vscode-gitlens/issues">Issues</a>
4242
</li>
4343
<li>
4444
<i class="codicon codicon-comment"></i>
@@ -59,7 +59,7 @@ <h4>Resources</h4>
5959
<a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens">Marketplace</a>
6060
</li>
6161
<li><a href="https://github.com/eamodio/vscode-gitlens">GitHub</a></li>
62-
<li><a href="https://github.com/eamodio/vscode-gitlens/blob/main/LICENSE">License</a></li>
62+
<li><a href="https://github.com/gitkraken/vscode-gitlens/blob/main/LICENSE">License</a></li>
6363
</ul>
6464
</div>
6565
</div>

src/webviews/apps/settings/partials/blame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/#gutter-blame-"
8+
href="https://github.com/gitkraken/vscode-gitlens/#gutter-blame-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/#gutter-changes-"
8+
href="https://github.com/gitkraken/vscode-gitlens/#gutter-changes-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/code-lens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a
77
class="link__learn-more"
88
title="Learn more"
9-
href="https://github.com/eamodio/vscode-gitlens/#git-codelens-"
9+
href="https://github.com/gitkraken/vscode-gitlens/#git-codelens-"
1010
>
1111
<i class="icon icon__info"></i>
1212
</a>

src/webviews/apps/settings/partials/current-line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a
1313
class="link__learn-more"
1414
title="Learn more"
15-
href="https://github.com/eamodio/vscode-gitlens/#current-line-blame-"
15+
href="https://github.com/gitkraken/vscode-gitlens/#current-line-blame-"
1616
>
1717
<i class="icon icon__info"></i>
1818
</a>

0 commit comments

Comments
 (0)