Hi, So far I was involved through mails so I am not sure about the process of fixing\correcting something but after reading the contributing.md document I though we need to fix the git reference to the new apache reference:
Software Configuration Management(SCM) Zeppelin uses Git for it's SCM system. Hosted by github.com. https://github.com/nflabs/zeppelin You'll need git client installed in your development machine. <https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md#integrated-development-environmentide>Integrated Development Environment(IDE) You are free to use whatever IDE you prefer, or your favorite command line editor. <https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md#code-convention> ... <https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md#getting-the-source-code>Getting the source code First of all, you need the Zeppelin source code. The official location for Zeppelin is https://github.com/nflabs/zeppelin <https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md#git-access>git access Get the source code on your development machine using git. git clone https://github.com/NFLabs/zeppelin.git zeppelin You may also want to develop against a specific release. For example, for branch-0.1 git clone -b branch-0.1 https://github.com/NFLabs/zeppelin.git zeppelin -- Eran | CTO
