Browse Source

Updates README (wip)

main
Eric Amodio 4 years ago
parent
commit
f74d029f19
3 changed files with 384 additions and 293 deletions
  1. +382
    -291
      README.md
  2. +1
    -1
      src/webviews/apps/settings/partials/changes.html
  3. +1
    -1
      src/webviews/apps/settings/partials/views.searchAndCompare.html

+ 382
- 291
README.md
File diff suppressed because it is too large
View File


+ 1
- 1
src/webviews/apps/settings/partials/changes.html View File

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#recent-changes-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#gutter-changes-"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.searchAndCompare.html View File

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-commits-view-"
href="https://github.com/eamodio/vscode-gitlens/tree/master/#search-&-compare-view-"
>
<i class="icon icon__info"></i>
</a>

Loading…
Cancel
Save