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 31d2249e9a fix bug
31d2249e9a is described below
commit 31d2249e9ae120c486c1a0ca1e6e27a9b1f52013
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 18:25:19 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 8f52b1f073..c478092443 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