We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8247c75 commit 1b2d5c9Copy full SHA for 1b2d5c9
tools/git_script.sh
@@ -153,6 +153,8 @@ git checkout cells-v4
153
cd "$LOCAL_REPO_DEVELOPER_GUIDE"
154
git checkout cells-v2
155
"$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" "{}" \;
158
159
cd "$LOCAL_REPO_KB"
160
git checkout master
0 commit comments