Skip to content

Commit 62e690a

Browse files
committed
build: migrate to c0rejs namespace
1 parent c89648a commit 62e690a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/templates/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<%_ } -%>
1414
<link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
1515
<link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
16-
<link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
16+
<link rel="stylesheet" href="https://c0rejs.github.io/cli/assets/theme/theme.css" />
1717
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
1818
</head>
1919
<body>
@@ -25,7 +25,7 @@
2525
window.$docsify = <%- JSON.stringify( docsify ) %>;
2626
</script>
2727

28-
<script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
28+
<script src="https://c0rejs.github.io/cli/assets/theme/theme.js"></script>
2929
<script src="https://cdn.jsdelivr.net/npm/docsify"></script>
3030
<%_ for ( const item of prism ) { -%>
3131
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-<%- item %>.min.js"></script>

0 commit comments

Comments
 (0)