diff --git a/README.md b/README.md index d44ea21751b10b40697fdacdcec3b10781c42bb6..55db85cda2a8ba8bd5c8f58d7513bee708efb4e3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Program Specification & Verification Group Website [](https://gemnasium.com/6ba7afbbfda9adcba06f007cc565a29a) -The source code for [this site](http://www-rw.doc.ic.ac.uk) is [hosted on the DoC GitLab server](https://gitlab.doc.ic.ac.uk/resource-reasoning/www-rw.doc.ic.ac.uk), +The source code for [this site](http://www-rr.doc.ic.ac.uk) is [hosted on the DoC GitLab server](https://gitlab.doc.ic.ac.uk/resource-reasoning/www-rw.doc.ic.ac.uk), you should have access to edit it if a member of the resource-reasoning group. Technical Detail @@ -48,7 +48,7 @@ Local Testing ------------- If you wish to test the site locally, ensure you have ruby installed, and then initially run: ``` -gem install bundle +gem install bundler bundle install ```