Switch to unified view
a/CONTRIBUTING | b/CONTRIBUTING | ||
---|---|---|---|
... |
... |
||
62 | 62 | ||
63 | - GETTING THE CODE |
63 | - GETTING THE CODE |
64 | 64 | ||
65 | The code is self-hosted in a public git repository. Get it by cloning: |
65 | The code is self-hosted in a public git repository. Get it by cloning: |
66 | 66 | ||
67 | git clone git://git.code.sf.net/p/allura/git.git allura |
67 | git clone https://git-wip-us.apache.org/repos/asf/incubator-allura.git allura |
68 | 68 | ||
69 | You can also 'fork' our repo at <https://sourceforge.net/p/allura/git/>. |
69 | You can also 'fork' our repo at <https://sourceforge.net/p/allura/git/>. |
70 | 70 | ||
71 | - CONTRIBUTING CODE |
71 | - CONTRIBUTING CODE |
72 | 72 |