diff --git a/README.md b/README.md index 5c419c8..17d2714 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This site is built Jekyll: a static site generator written in Ruby. See the [Jek Then clone this repository: ```sh -git clone https://github.com/UCLH-Foundry/uclh-research-discovery.git +git clone https://github.com/SAFEHR-data/uclh-research-discovery.git ``` And build and serve the site with: diff --git a/_data/github.yml b/_data/github.yml index e32f5e5..0f49f47 100644 --- a/_data/github.yml +++ b/_data/github.yml @@ -1 +1 @@ -url: github.com/UCLH-Foundry/uclh-research-discovery \ No newline at end of file +url: github.com/SAFEHR-data/uclh-research-discovery \ No newline at end of file diff --git a/contribute/index.md b/contribute/index.md index bebc5c0..a1a66cb 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -31,4 +31,4 @@ We recommend that teams share vignettes of key findings from their work here. Th ## How to contribute -UCLH research teams can add their own projects to this site by making a [pull request](https://docs.github.com/articles/about-pull-requests) to our [GitHub repository](https://github.com/UCLH-Foundry/uclh-research-discovery). For detailed instructions, please see our [project submission process](./project_submission). +UCLH research teams can add their own projects to this site by making a [pull request](https://docs.github.com/articles/about-pull-requests) to our [GitHub repository](https://github.com/SAFEHR-data/uclh-research-discovery). For detailed instructions, please see our [project submission process](./project_submission). diff --git a/contribute/project_submission.md b/contribute/project_submission.md index 4256320..37e0a3d 100644 --- a/contribute/project_submission.md +++ b/contribute/project_submission.md @@ -13,7 +13,7 @@ The simplest approach is to clone this repository locally. ## Preparing your submission ```sh -git clone https://github.com/UCLH-Foundry/uclh-research-discovery.git +git clone https://github.com/SAFEHR-data/uclh-research-discovery.git cd uclh-research-discovery ```