Răsfoiți Sursa

Replace npmcdn.com with unpkg.com

npmcdn-to-unpkg-bot 9 ani în urmă
părinte
comite
9216de022f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/ISSUE_TEMPLATE.md

+ 2 - 2
.github/ISSUE_TEMPLATE.md

@@ -13,8 +13,8 @@ Thank you for contributing! Please carefully read the following before opening y
 
 ### Reproduction Link
 <!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
-<!-- https://npmcdn.com/element-ui/lib/index.js -->
-<!-- https://npmcdn.com/element-ui/lib/theme-default/index.css -->
+<!-- https://unpkg.com/element-ui/lib/index.js -->
+<!-- https://unpkg.com/element-ui/lib/theme-default/index.css -->
 
 ### Steps to reproduce