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 515c056643 Fix bug
515c056643 is described below

commit 515c05664346a06831f8c30efe51eff138fa12f0
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 23:20:16 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 e6081b508c..9385aeb5cb 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 
-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
+find ./target/vue-source/src -name "*.md" -path "**/Master/**" -print0 | xargs 
-0 sed -i 
'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 's/?raw=true//g'
+find ./target/vue-source/src -name "*.md" -path "**/V1*/**" -print0 | xargs -0 
sed -i 
'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 's/?raw=true//g'
\ No newline at end of file

Reply via email to