diff options
author | Saturneric <[email protected]> | 2023-01-21 06:45:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-09 03:05:04 +0000 |
commit | 862c656c42b800d88be3b0547195062860e2ce3a (patch) | |
tree | 0bff872fb25200b37177df7d3871ef8a72c38afc | |
parent | Update README.md (diff) | |
download | GpgFrontend-862c656c42b800d88be3b0547195062860e2ce3a.tar.gz GpgFrontend-862c656c42b800d88be3b0547195062860e2ce3a.zip |
fix(manual): solve microsoft store badge problem
-rw-r--r-- | manual/downloads.md | 2 | ||||
-rw-r--r-- | manual/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/downloads.md b/manual/downloads.md index e0ff82d8..f31aaafa 100644 --- a/manual/downloads.md +++ b/manual/downloads.md @@ -14,4 +14,4 @@ Currently you can download GpgFrontend through various channels. ## Microsoft Store -<ms-store-badge productid="9NH716MQK2B5" size="small"></ms-store-badge>
\ No newline at end of file +<ms-store-badge productid="9NH716MQK2B5"></ms-store-badge> diff --git a/manual/index.html b/manual/index.html index 57ca67e3..b1e0766b 100644 --- a/manual/index.html +++ b/manual/index.html @@ -33,6 +33,6 @@ <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script> <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script> - <script type="module" src="https://getbadgecdn.azureedge.net/ms-store-badge.bundled.js"></script> + <script type="module" src="https://get.microsoft.com/badge/ms-store-badge.bundled.js"></script> </body> </html> |