Skip to content

Commit 28b8f5d

Browse files
authored
docs(readme): use raw GitHub URL for logo image (#350)
1 parent 501a0ff commit 28b8f5d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Couchbase Explorer for Visual Studio
22

33
<p align="center">
4-
<img src="resources/logo.png" alt="Couchbase Explorer Logo" width="128" />
4+
<img src="https://raw.githubusercontent.com/CodingWithCalvin/VS-CouchbaseExplorer/main/resources/logo.png" alt="Couchbase Explorer Logo" width="128" />
55
</p>
66

77
<p align="center">

resources/extension.manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"identity": {
99
"internalName": "VS-CouchbaseExplorer"
1010
},
11-
"assetFiles": [
12-
{
13-
"pathOnDisk": "resources/logo.png",
14-
"targetPath": "resources/logo.png"
15-
}
16-
],
1711
"overview": "../README.md",
1812
"publisher": "CodingWithCalvin",
1913
"qna": true,

0 commit comments

Comments
 (0)