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 1d2a2dcbc2 fix bug
1d2a2dcbc2 is described below
commit 1d2a2dcbc2bc6376b1d941d852c12f233cc520c0
Author: HTHou <[email protected]>
AuthorDate: Sun Jan 29 19:51:11 2023 +0800
fix bug
---
site/replace-picture-urls.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/replace-picture-urls.sh b/site/replace-picture-urls.sh
index 1aa1e7aeff..46b7ca4a8f 100755
--- a/site/replace-picture-urls.sh
+++ b/site/replace-picture-urls.sh
@@ -18,6 +18,7 @@
# under the License.
#
+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="**/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")