Skip to content

Commit 1b2d5c9

Browse files
committed
fix: developer-guide link
1 parent 8247c75 commit 1b2d5c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/git_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ git checkout cells-v4
153153
cd "$LOCAL_REPO_DEVELOPER_GUIDE"
154154
git checkout cells-v2
155155
"$SCRIPT_DIR/convertor.sh" ./ "$DEVELOPER_GUIDE" "$CELLS_V4_RELATIVE_URL"
156+
find "$DEVELOPER_GUIDE" -type f -name "*.md" -exec sed -i "s@](./cells@](../cells@g" "{}" \;
157+
find "$DEVELOPER_GUIDE" -type f -name "*.md" -exec sed -i "s@](./cec-@](../cec-@g" "{}" \;
156158

157159
cd "$LOCAL_REPO_KB"
158160
git checkout master

0 commit comments

Comments
 (0)