This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new b779c2f55 Minor: fix docs build (#5795)
b779c2f55 is described below
commit b779c2f5528cbf5f61014c101efb4b2a26f6934c
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Mar 30 18:53:51 2023 +0200
Minor: fix docs build (#5795)
---
docs/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/build.sh b/docs/build.sh
index 7b2f2905c..3fdcd0327 100755
--- a/docs/build.sh
+++ b/docs/build.sh
@@ -24,5 +24,5 @@ rm -rf temp 2> /dev/null
mkdir temp
cp -rf source/* temp/
# replace relative URLs with absolute URLs
-sed -i ''
's/\.\.\/\.\.\/\.\.\//https:\/\/github.com\/apache\/arrow-datafusion\/blob\/main\//g'
temp/contributor-guide/index.md
+sed -i -e
's/\.\.\/\.\.\/\.\.\//https:\/\/github.com\/apache\/arrow-datafusion\/blob\/main\//g'
temp/contributor-guide/index.md
make SOURCEDIR=`pwd`/temp html