Skip to content

Commit 8cece4b

Browse files
committed
bioproj.extra.cea.fr -> bioproj.cea.fr
1 parent 14abfc1 commit 8cece4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

capsul/plugins/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PLUGS = [
77
("caps", "http://nsap.intra.cea.fr/caps-doc/"),
8-
("qmri", "https://bioproj.extra.cea.fr/redmine/projects/qmri/publishing/"),
9-
("funtk", "https://bioproj.extra.cea.fr/redmine/projects/funtk/publishing/"),
8+
("qmri", "https://bioproj.cea.fr/redmine/projects/qmri/publishing/"),
9+
("funtk", "https://bioproj.cea.fr/redmine/projects/funtk/publishing/"),
1010
("pclinfmri", "")
1111
]

capsul/sphinxext/resources/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Install the python package with *pip*
3636
Installing the current version
3737
===============================
3838

39-
Clone the project at https://bioproj.extra.cea.fr/git/%(NAME_LOWER)s.
39+
Clone the project at https://bioproj.cea.fr/git/%(NAME_LOWER)s.

capsul/sphinxext/resources/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% endif %}
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1919
<script src="{{ pathto('_static/js/bootstrap.min.js', 1)}}" type="text/javascript"></script>
20-
<link rel="canonical" href="https://bioproj.extra.cea.fr/redmine/projects/%(NAME_LOWER)s/{{pagename}}.html" />
20+
<link rel="canonical" href="https://bioproj.cea.fr/redmine/projects/%(NAME_LOWER)s/{{pagename}}.html" />
2121
{% endblock %}
2222

2323
<!-- page title -->
@@ -110,7 +110,7 @@
110110
{%- endif %}
111111
<p class="citing">
112112
If you use the software, please do not esitate to
113-
<a href="https://bioproj.extra.cea.fr/redmine/projects/%(NAME_LOWER)s">
113+
<a href="https://bioproj.cea.fr/redmine/projects/%(NAME_LOWER)s">
114114
Report a Bug</a>.
115115
</p>
116116
<!-- toc tree -->

0 commit comments

Comments
 (0)