Skip to content

Commit cced78b

Browse files
authored
Merge branch 'develop' into xss-unit-test
2 parents eaf3fbc + a8016c8 commit cced78b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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
},

packages/docsify-server-renderer/package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docsify-server-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"debug": "^4.3.2",
19-
"docsify": "^4.11.6",
19+
"docsify": "^4.12.0",
2020
"dompurify": "^2.2.6",
2121
"node-fetch": "^2.6.0",
2222
"resolve-pathname": "^3.0.0"

0 commit comments

Comments
 (0)