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 a9b1da6d10 fix bug
a9b1da6d10 is described below

commit a9b1da6d105518ec6363cb002a360fd85bf2caf4
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 18:54:55 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 c478092443..1aa1e7aeff 100755
--- a/site/replace-picture-urls.sh
+++ b/site/replace-picture-urls.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-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"
 $(grep "github.com\/apache\/iotdb-bin-resources\/blob\/main\/" -rl 
--include="**/Master/**/*.md")
-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"
 $(grep "github.com\/apache\/iotdb-bin-resources\/blob\/main\/" -rl 
--include="**/V1*/**/*.md")
-sed -i "s/?raw=true//g" $(grep "?raw=true" -rl --include="**/Master/**/*.md")
-sed -i "s/?raw=true//g" $(grep "?raw=true" -rl --include="**/V1*/**/*.md")
\ No newline at end of file
+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'
 $(grep "github.com\/apache\/iotdb-bin-resources\/blob\/main\/" -rl 
--include="**/Master/**/*.md")
+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'
 $(grep "github.com\/apache\/iotdb-bin-resources\/blob\/main\/" -rl 
--include="**/V1*/**/*.md")
+sed -i 's/?raw=true//g' $(grep "?raw=true" -rl --include="**/Master/**/*.md")
+sed -i 's/?raw=true//g' $(grep "?raw=true" -rl --include="**/V1*/**/*.md")
\ No newline at end of file

Reply via email to