You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/01/29 13:40:36 UTC

[iotdb] 02/02: fix bug

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

commit 4b03ade5b239891488d993a9ca844289a494145b
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun Jan 29 21:40:18 2023 +0800

    fix bug
---
 site/replace-picture-urls.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/replace-picture-urls.sh b/site/replace-picture-urls.sh
index 73bb3000b8..3253df14f3 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.
 #
-
+grep "?raw=true" -rl --include="*/target/vue-source/**/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="*/target/vue-source/**/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="*/target/vue-source/**/V1*/**/*.md"`
 sed -i 's/?raw=true//g' `grep "?raw=true" -rl --include="*/target/vue-source/**/Master/**/*.md"`