gianm commented on PR #542:
URL: 
https://github.com/apache/druid-website-src/pull/542#issuecomment-2861865578

   Thank you! The first command needed one modification- adding an ending 
script tag:
   
   ```
   find . -type f -name '*.html' -exec sed -z "s/<script async=\"\" 
src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=UA-131010415-1\"><\/script><script>\n
              window.dataLayer = window.dataLayer || \[\];\n              
function gtag(){dataLayer.push(arguments); }\n              gtag('js', new 
Date());\n              gtag('config', 'UA-131010415-1');\n            
<\/script>/\n/" -i {} \;
   ```
   
   With that, running those two commands on the original files gave a diff 
where only the `downloads_apache.html` change remains. Reviewing that one 
manually, it looks good to me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to