Update txt: point repo links to new organisation
This commit is contained in:
parent
886fb3b23f
commit
9219f76c12
@ -13,7 +13,7 @@ const ContactPage = () => (
|
||||
|
||||
<p> You can send us comments or ask questions on our discussion threads at <a href="https://discuss.colouring.london/">https://discuss.colouring.london/</a>.</p>
|
||||
|
||||
<p> To view our technical site and platform code please visit Github at: <a href="https://github.com/tomalrussell/colouring-london">https://github.com/tomalrussell/colouring-london</a>.</p>
|
||||
<p> To view our technical site and platform code please visit Github at: <a href="https://github.com/colouring-london/colouring-london">https://github.com/colouring-london/colouring-london</a>.</p>
|
||||
|
||||
<p>For press enquiries please contact the Bartlett Press and Communications team at <a href="mailto:architecture@ucl.ac.uk">architecture@ucl.ac.uk</a></p>
|
||||
|
||||
|
@ -72,7 +72,7 @@ class Login extends Component<LoginProps, any> {
|
||||
<InfoBox msg="Welcome to Colouring London. You're one of the first people to use the site! ">
|
||||
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
||||
suggestions for improvements</a> and <a
|
||||
href="https://github.com/tomalrussell/colouring-london/issues">
|
||||
href="https://github.com/colouring-london/colouring-london/issues">
|
||||
report issues or problems</a>.
|
||||
</InfoBox>
|
||||
<ErrorBox msg={this.state.error} />
|
||||
|
@ -98,7 +98,7 @@ class MyAccountPage extends Component<MyAccountPageProps, MyAccountPageState> {
|
||||
|
||||
Colouring London is under active development. Please <a href="https://discuss.colouring.london/">discuss
|
||||
suggestions for improvements</a> and <a
|
||||
href="https://github.com/tomalrussell/colouring-london/issues">
|
||||
href="https://github.com/colouring-london/colouring-london/issues">
|
||||
report issues or problems</a>.
|
||||
|
||||
</p>
|
||||
@ -137,7 +137,7 @@ class MyAccountPage extends Component<MyAccountPageProps, MyAccountPageState> {
|
||||
</form>
|
||||
|
||||
<h3 className="h3">Open Source Code</h3>
|
||||
Colouring London site code is developed at <a href="http://github.com/tomalrussell/colouring-london/">colouring-london</a> on Github
|
||||
Colouring London site code is developed at <a href="http://github.com/colouring-london/colouring-london/">colouring-london</a> on Github
|
||||
|
||||
<hr />
|
||||
|
||||
|
@ -77,7 +77,7 @@ class SignUp extends Component<SignUpProps, SignUpState> {
|
||||
<InfoBox msg="Welcome to Colouring London. You're one of the first people to sign up! ">
|
||||
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
||||
suggestions for improvements</a> and <a
|
||||
href="https://github.com/tomalrussell/colouring-london/issues">
|
||||
href="https://github.com/colouring-london/colouring-london/issues">
|
||||
report issues or problems</a>.
|
||||
</InfoBox>
|
||||
<p>
|
||||
|
@ -32,7 +32,7 @@ and additional geo-spatial tools
|
||||
|
||||
Now clone the colouring london codebase.
|
||||
|
||||
`git clone https://github.com/tomalrussell/colouring-london.git`
|
||||
`git clone https://github.com/colouring-london/colouring-london.git`
|
||||
|
||||
Now install Node. It is helpful to define some local variables.
|
||||
|
||||
|
@ -46,7 +46,7 @@ Clone the remote Colouring London GitHub repository into `/var/www`
|
||||
|
||||
`cd /var/www`
|
||||
|
||||
`sudo git clone https://github.com/tomalrussell/colouring-london.git`
|
||||
`sudo git clone https://github.com/colouring-london/colouring-london.git`
|
||||
|
||||
Create a system user (`nodeapp`) to `chown` the `colouring-london` directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user