Update txt: point repo links to new organisation

This commit is contained in:
Maciej Ziarkowski 2020-12-09 13:25:38 +00:00
parent 886fb3b23f
commit 9219f76c12
6 changed files with 7 additions and 7 deletions

View File

@ -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> 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> <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>

View File

@ -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! "> <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 <br/>Please <a href="https://discuss.colouring.london/">discuss
suggestions for improvements</a> and <a 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>. report issues or problems</a>.
</InfoBox> </InfoBox>
<ErrorBox msg={this.state.error} /> <ErrorBox msg={this.state.error} />

View File

@ -98,7 +98,7 @@ class MyAccountPage extends Component<MyAccountPageProps, MyAccountPageState> {
Colouring London is under active development. Please <a href="https://discuss.colouring.london/">discuss Colouring London is under active development. Please <a href="https://discuss.colouring.london/">discuss
suggestions for improvements</a> and <a 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>. report issues or problems</a>.
</p> </p>
@ -137,7 +137,7 @@ class MyAccountPage extends Component<MyAccountPageProps, MyAccountPageState> {
</form> </form>
<h3 className="h3">Open Source Code</h3> <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 /> <hr />

View File

@ -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! "> <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 <br/>Please <a href="https://discuss.colouring.london/">discuss
suggestions for improvements</a> and <a 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>. report issues or problems</a>.
</InfoBox> </InfoBox>
<p> <p>

View File

@ -32,7 +32,7 @@ and additional geo-spatial tools
Now clone the colouring london codebase. 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. Now install Node. It is helpful to define some local variables.

View File

@ -46,7 +46,7 @@ Clone the remote Colouring London GitHub repository into `/var/www`
`cd /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 Create a system user (`nodeapp`) to `chown` the `colouring-london` directory