Skip to content

Commit a8016c8

Browse files
authored
docs: Update Vercel logo link (#1520)
1 parent 47cd86c commit a8016c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Users and the development team are usually in the [Discord server](https://disco
3535

3636
_Vercel_ has given us a Pro account.
3737

38-
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="_media/vercel_logo.svg" width="100px"></a>
38+
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg" width="100px"></a>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
}
197197
return (
198198
html +
199-
'<br/> <i>Vercel</i> has given us a Pro account <br/> <a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="_media/vercel_logo.svg" alt="Vercel" width="100" height="64"></a>'
199+
'<br/> <i>Vercel</i> has given us a Pro account <br/> <a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg" alt="Vercel" width="100" height="64"></a>'
200200
);
201201
});
202202
},

0 commit comments

Comments
 (0)