This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch test_doc_pic
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/test_doc_pic by this push:
     new 9ceecd4e08 Fix bug
9ceecd4e08 is described below

commit 9ceecd4e083ec3bb871b766e78fad21dae50077c
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 22:43:56 2023 +0800

    Fix bug
---
 site/replace-picture-urls.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/replace-picture-urls.sh b/site/replace-picture-urls.sh
index 807875dd08..e6081b508c 100755
--- a/site/replace-picture-urls.sh
+++ b/site/replace-picture-urls.sh
@@ -17,7 +17,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-find ./target/vue-source/src -name "*.md" -path "**/Master/**" -print0 | xargs 
sed -i.bak 
's/github.com\/apache\/iotdb-bin-resources\/blob\/main\//gitbox.apache.org\/repos\/asf?p=iotdb-bin-resources.git;a=blob_plain;f=/g'
-find ./target/vue-source/src -name "*.md" -path "**/Master/**" -print0 | xargs 
sed -i.bak 's/?raw=true//g'
-find ./target/vue-source/src -name "*.md" -path "**/V1*/**" -print0 | xargs 
sed -i.bak 
's/github.com\/apache\/iotdb-bin-resources\/blob\/main\//gitbox.apache.org\/repos\/asf?p=iotdb-bin-resources.git;a=blob_plain;f=/g'
-find ./target/vue-source/src -name "*.md" -path "**/V1*/**" -print0 | xargs 
sed -i.bak 's/?raw=true//g'
\ No newline at end of file
+find ./target/vue-source/src -name "*.md" -path "**/Master/**" -print0 | xargs 
-0 sed -i.bak 
's/github.com\/apache\/iotdb-bin-resources\/blob\/main\//gitbox.apache.org\/repos\/asf?p=iotdb-bin-resources.git;a=blob_plain;f=/g'
+find ./target/vue-source/src -name "*.md" -path "**/Master/**" -print0 | xargs 
-0 sed -i.bak 's/?raw=true//g'
+find ./target/vue-source/src -name "*.md" -path "**/V1*/**" -print0 | xargs -0 
sed -i.bak 
's/github.com\/apache\/iotdb-bin-resources\/blob\/main\//gitbox.apache.org\/repos\/asf?p=iotdb-bin-resources.git;a=blob_plain;f=/g'
+find ./target/vue-source/src -name "*.md" -path "**/V1*/**" -print0 | xargs -0 
sed -i.bak 's/?raw=true//g'
\ No newline at end of file

Reply via email to