This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/master by this push:
new f151c02 Fixed minor issue with sed, needed to point to content
directory instead of publish.
f151c02 is described below
commit f151c02d9f336575a0a1eef68f4bbcb53eeeaf44
Author: Jon Haddad <[email protected]>
AuthorDate: Thu Oct 17 08:41:40 2019 -0400
Fixed minor issue with sed, needed to point to content directory instead of
publish.
---
docker-entrypoint.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index bb54a36..264f183 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -39,4 +39,4 @@ make
# Fix the links in the resource paths for the landing pages of each version in
the publish directory
cd ${CASSANDRA_SITE_DIR}
-sed -i 's/\.\/\.\.\//\.\/\.\.\/\.\.\//g' ./publish/doc/*/index.html
\ No newline at end of file
+sed -i 's/\.\/\.\.\//\.\/\.\.\/\.\.\//g' ./content/doc/*/index.html
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]