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

commit 7f12dbe1e55b0a368970dd1a6345706b09b3b43d
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 17:51:21 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 8763b624f4..8f52b1f073 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