Skip to content

Commit 6954d1d

Browse files
committed
docs: Broken Link #43
1 parent 99dacf4 commit 6954d1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/.vuepress/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineClientConfig({
2424
const myTheme = {
2525
dark: dark,
2626
colors: {
27-
secondary: '#3AA675',
27+
secondary: '#1F8657',
2828
},
2929
}
3030

docs/src/demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<cron-demo>
44
</cron-demo>
55

6-
[Get Started](/vue-js-cron/guide/getting-started.html)
6+
<v-btn class="mt-5" color="secondary" append-icon="mdi-arrow-right" href="/vue-js-cron/guide/getting-started-light.html">Get Started</v-btn>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"clean": "npm run clean --workspaces --if-present",
1818
"build": "npm run build --workspaces --if-present",
19-
"build-demo": "cd demo && npm run build-all",
19+
"build-demo": "cd demo && npm run build",
2020
"build-docs": "cd docs && npm run build",
2121
"test": "npm run test --workspaces --if-present",
2222
"dry-run": "multi-semantic-release --dry-run --ignore-private-packages",

0 commit comments

Comments
 (0)