diff --git a/docs/README.md b/docs/README.md index 60023700a..ca396b7b8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,4 +35,4 @@ Users and the development team are usually in the [Discord server](https://disco _Vercel_ has given us a Pro account. -<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="_media/vercel_logo.svg" width="100px"></a> +<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> diff --git a/docs/index.html b/docs/index.html index b32a76f26..27dadcaaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -196,7 +196,7 @@ } return ( html + - '<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>' + '<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>' ); }); },