From af52ef8d66bc984a37c0a1f981fca5e2ae611872 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 23 Sep 2020 05:33:45 +0200 Subject: [PATCH] Update links: code.scipost to scipost-codebases --- README.rst | 2 +- finances/templates/finances/business_model.html | 2 +- package.json | 2 +- scipost/templates/scipost/footer.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d9ea80467..bbe5f284a 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 551d75902..cd1893dbe 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 2f26e39a4..3849bffaa 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 49bf8e8b5..d4dd3b686 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> -- GitLab