You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use apache git mirror instead of github for repository url
### What is this PR for?
Use apache git mirror instead of github for repository url
### What type of PR is it?
Bug Fix
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: Lee moon soo <[email protected]>
Closes#616 from Leemoonsoo/remove_github and squashes the following commits:
9efcf0e [Lee moon soo] Add write access git url
f4b2c9f [Lee moon soo] Fix CONTRIBUTING.md
5c49b04 [Lee moon soo] Change repo url to apache git.apache.org from github.com
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,8 @@ Here are some things you will need to build and test Zeppelin.
68
68
69
69
### Software Configuration Management (SCM)
70
70
71
-
Zeppelin uses Git for its SCM system. Hosted by github.com. `https://github.com/apache/incubator-zeppelin` you'll need git client installed in your development machine.
71
+
Zeppelin uses Git for its SCM system. `http://git.apache.org/incubator-zeppelin.git` you'll need git client installed in your development machine.
72
+
For write access, `https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git`
72
73
73
74
### Integrated Development Environment (IDE)
74
75
@@ -114,26 +115,31 @@ To build the code, install
114
115
* Apache Maven
115
116
116
117
## Getting the source code
117
-
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)
118
+
First of all, you need the Zeppelin source code. The official location for Zeppelin is [http://git.apache.org/incubator-zeppelin.git](http://git.apache.org/incubator-zeppelin.git).
118
119
119
120
### git access
120
121
121
122
Get the source code on your development machine using git.
If you want not only build Zeppelin but also make change, then you need fork Zeppelin repository and make pull request.
142
+
If you want not only build Zeppelin but also make change, then you need fork Zeppelin github mirror repository (https://github.com/apache/incubator-zeppelin) and make pull request.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ This way, you can easily embed it as an iframe inside of your website.</p>
117
117
<br />
118
118
### 100% Opensource
119
119
120
-
Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](https://github.com/apache/incubator-zeppelin) and [How to contribute](./development/howtocontribute.html)
120
+
Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](http://git.apache.org/incubator-zeppelin.git) and [How to contribute](./development/howtocontribute.html)
121
121
122
122
Zeppelin has a very active development community.
123
123
Join the [Mailing list](./community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN).
0 commit comments