This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 1633c52788 [ZEPPELIN-6114] Remove broken link for Google Analytics tracking 1633c52788 is described below commit 1633c527889f8cbfdba3f97f32d166bd3213638d Author: SeungYoung Oh <seung...@naver.com> AuthorDate: Tue Oct 1 04:05:39 2024 +0900 [ZEPPELIN-6114] Remove broken link for Google Analytics tracking ### What is this PR for? The ga-beacon link for Google Analytics tracking is broken. It is located on the [how_to_build](https://zeppelin.apache.org/docs/0.11.2/setup/basics/how_to_build.html#package) page. For the following reasons, I removed this linke: 1. The broken link makes the page look poorly maintained. 2. The ga-beacon doesn't seem to be supported anymore. 3. The link doesn't seem intended to be on that page. Usually, it should be on the welcome page or across multiple pages. Since [this PR](https://github.com/apache/zeppelin/pull/1615/files#diff-180b6ccd4f65bde6bcd6ce9e7d6872d768d3b18c2e05f8faad36ff6279199ce1R343) relocated the link, I think it might have been unintentional. ### What type of PR is it? Documentation ### Todos ### What is the Jira issue? * ZEPPELIN-6114 ### How should this be tested? * Build documentation ### Questions: * Does the license files need to update? N * Is there breaking changes for older versions? N * Does this needs documentation? Y Closes #4854 from seung-00/ZEPPELIN-6114. Signed-off-by: Cheng Pan <cheng...@apache.org> --- docs/setup/basics/how_to_build.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/setup/basics/how_to_build.md b/docs/setup/basics/how_to_build.md index 99951a9353..e42f60904a 100644 --- a/docs/setup/basics/how_to_build.md +++ b/docs/setup/basics/how_to_build.md @@ -304,5 +304,3 @@ mvn verify # or take care of starting/stoping zeppelin-server from packaged zeppelin-distribuion/target mvn verify -P using-packaged-distr ``` - -[](https://github.com/igrigorik/ga-beacon)