diff --git a/README.rst b/README.rst index d9ea804671678a035810823df6703aecd8d65013..bbe5f284a7cf1d6a9ce4e455b78cf1cf0f005c7e 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ This repository carries the entire codebase for the `scipost.org <https://scipost.org>`_ scientific publication portal. This repo and other repositories relevant for the operation of SciPost, -are hosted at `code.scipost.org <https://code.scipost.org>`_. +are hosted at `scipost-codebases.org <https://scipost-codebases.org>`_. Relevant documentation about the intrastructure and its deployment can be found at `docs.scipost.org <https://docs.scipost.org>`_ diff --git a/finances/templates/finances/business_model.html b/finances/templates/finances/business_model.html index 551d759027f07f63336a2fc73d625fd7221add91..cd1893dbe0791ddf9e8357f5453ad19b52d2561d 100644 --- a/finances/templates/finances/business_model.html +++ b/finances/templates/finances/business_model.html @@ -297,7 +297,7 @@ web programmers? Is any one of them open to the idea of contributing to our project, even on an occasional basis? We can then give them access to our repository at - <a href="https://code.scipost.org/">code.scipost.org</a> where we keep + <a href="https://scipost-codebases.org/">scipost-codebases.org</a> where we keep all codebases for our online facilities. </li> <li><strong>editorial coordination</strong><br> diff --git a/package.json b/package.json index 2f26e39a455e1dd2217a0536e0afc4f47b943f34..3849bffaa3f63991c7641beae5c0f53e9305fcfe 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "private": true, "repository": { "type": "git", - "url": "git+https://code.scipost.org/scipost/SciPost.git" + "url": "git+https://scipost-codebases.org/scipost/SciPost.git" }, "author": "SciPost", "homepage": "https://scipost.org", diff --git a/scipost/templates/scipost/footer.html b/scipost/templates/scipost/footer.html index 49bf8e8b54b4be713c139986994971ec4249e052..d4dd3b686a74b48de42c0f33cf817e13bc7d7bf2 100644 --- a/scipost/templates/scipost/footer.html +++ b/scipost/templates/scipost/footer.html @@ -21,7 +21,7 @@ <li><a href="{% url 'helpdesk:helpdesk' %}">Helpdesk</a></li> {% endif %} <li><a href="mailto:techsupport@scipost.org">Write to tech support</a></li> - <li><a href="https://code.scipost.org" target="_blank"><i class="fa fa-code-fork"></i> code.scipost.org</a></li> + <li><a href="https://scipost-codebases.org" target="_blank"><i class="fa fa-code-fork"></i> scipost-codebases.org</a></li> </ul> </div>