Skip to content

Commit 82f54ff

Browse files
authored
Fix Image Urls. (#17)
1 parent b85ff7a commit 82f54ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Git Extensions logo](https://cdn.rawgit.com/gitextensions/gitextensions/master/Logo/git-extensions-logo.ico)
1+
![Git Extensions logo](https://raw.githubusercontent.com/gitextensions/gitextensions/refs/heads/master/setup/assets/Logo/git-extensions-logo-64px.png)
22

33
This repo contains the source for the Git Extensions website at https://gitextensions.github.io/.
44

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The active community of Git Extensions is supporting Git Extensions since 2008.
4444
* We thank all the people who contribute, the project exists because of you<br />
4545
<a href="https://github.com/gitextensions/gitextensions/contributors"><img src="https://opencollective.com/gitextensions/contributors.svg?width=890&button=false" /></a>
4646
* We thank JetBRAINS for [ReSharper](https://www.jetbrains.com/resharper/) licenses<br />
47-
<a href="https://www.jetbrains.com/?from=gitextensions" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/GitUI/Resources/Icons/originals/jetbrains-variant-4.png"></a>
47+
<a href="https://www.jetbrains.com/?from=gitextensions" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/src/app/GitUI/Resources/Icons/originals/jetbrains-variant-4.png"></a>
4848
* We thank [Transifex](https://www.transifex.com/) for helping us with translations<br />
49-
<a href="https://www.transifex.com/" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/GitUI/Resources/Icons/originals/transifex.svg"></a>
49+
<a href="https://www.transifex.com/" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/src/app/GitUI/Resources/Icons/originals/transifex.svg"></a>
5050
* We thank [SemanticMerge](https://www.semanticmerge.com) for licenses<br />
51-
<a href="https://www.semanticmerge.com" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/GitUI/Resources/Icons/originals/semanticmerge-logo.svg"></a>
51+
<a href="https://www.semanticmerge.com" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/src/app/GitUI/Resources/Icons/originals/semanticmerge-logo.svg"></a>
5252
* We thank [SignPath.io](https://signpath.io/) for the free code signing<br />
53-
<a href="https://signpath.io/" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/GitUI/Resources/Icons/originals/signpath_logo.png"></a>
53+
<a href="https://signpath.io/" target="_blank"><img src="https://github.com/gitextensions/gitextensions/raw/master/src/app/GitUI/Resources/Icons/originals/signpath_logo.png"></a>
5454
* We thank [SignPath Foundation](https://signpath.org/) for the signing certificate
5555
* We thank [Yusuke Kamiyamane](https://p.yusukekamiyamane.com/) for the icons ([CCA/3.0](https://creativecommons.org/licenses/by/3.0/))
5656

0 commit comments

Comments
 (0)