-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-657: Change the official location of Zeppelin in the documentation #700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/development/howtocontribute.md
Outdated
| ### Getting the source code | ||
| First of all, you need the Zeppelin source code. The official location for Zeppelin is [https://github.com/apache/incubator-zeppelin](https://github.com/apache/incubator-zeppelin) | ||
| ## Getting the source code | ||
| First of all, you need Zeppelin source code. The official location of Zeppelin is [http://git.apache.org/incubator.git](http://git.apache.org/incubator-zeppelin.git). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[http://git.apache.org/incubator.git](http://git.apache.org/incubator-zeppelin.git)
I think this should be
[http://git.apache.org/incubator-zeppelin.git](http://git.apache.org/incubator-zeppelin.git)
|
shouldn't it be git: instead of http:? |
| echo '# git clone the incubator-zeppelin branch into this directory' | ||
| echo | ||
| echo 'git clone https://github.com/apache/incubator-zeppelin.git' | ||
| echo 'git clone http://git.apache.org/incubator.git' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this
|
@felixcheung yeah, you're right. I changed all of the locations and also applied it to |
CONTRIBUTING.md
Outdated
| ``` | ||
|
|
||
| You may also want to develop against a specific release. For example, for branch-0.1 | ||
| You may also want to develop against a specific release. For example, for branch-0.5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Precisely, releases are available through tag in v[X].[Y].[Z] format. Let's change sentence from ... against a specific release. ... to ... against a specific branch.
|
@Leemoonsoo I changed them in two files and pushed again : ) |
|
Thanks. LGTM |
|
LGTM |
|
Thanks @AhyoungRyu I'm merging it. |
…tation ### What is this PR for? Lately, an official location of Zeppelin was changed from **https://github.com/apache/incubator-zeppelin.git** to **http://git.apache.org/incubator-zeppelin.git**. So I changed the old location in several documentations to the latest one. ### What type of PR is it? Documentation ### Todos ### Is there a relevant Jira issue? [ZEPPELIN-657](https://issues.apache.org/jira/browse/ZEPPELIN-657) ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Ryu Ah young <fbdkdud93@hanmail.net> Closes apache#700 from AhyoungRyu/ZEPPELIN-657 and squashes the following commits: 2144bcc [Ryu Ah young] ZEPPELIN-657: Change 'release' -> 'branch' in howtocontribute.md 813b438 [Ryu Ah young] ZEPPELIN-657: Change 'release' -> 'branch' 23646e5 [Ryu Ah young] ZEPPELIN-657: Fix the wrong locations c4bef6c [Ryu Ah young] ZEPPELIN-657: fix a typo in howtocontribute.md a5fb130 [Ryu Ah young] ZEPPELIN-657: Change the official location of Zeppelin
What is this PR for?
Lately, an official location of Zeppelin was changed from https://github.com/apache/incubator-zeppelin.git to http://git.apache.org/incubator-zeppelin.git. So I changed the old location in several documentations to the latest one.
What type of PR is it?
Documentation
Todos
Is there a relevant Jira issue?
ZEPPELIN-657
How should this be tested?
Screenshots (if appropriate)
Questions: