Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 5106daf

Browse files
committed
chore: update docs
Signed-off-by: Innei <tukon479@gmail.com>
1 parent c0a6968 commit 5106daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

src/feature/serverless-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import Md from '../.vitepress/components/fetch-md.vue'
44

55
# 云函数
66

7-
请访问 [云函数说明](https://github.com/mx-space/core/blob/master/src/modules/serverless/serverless.readme.md)
7+
请访问 [云函数说明](https://github.com/mx-space/core/blob/master/apps/core/src/modules/serverless/serverless.readme.md)
88

99
<Md src="https://fastly.jsdelivr.net/gh/mx-space/core@master/src/modules/serverless/serverless.readme.md" />

0 commit comments

Comments
 (0)