From 09c2755a303fc131b41adcf22e6782863c112a5c Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Wed, 4 Nov 2015 10:27:00 +0100 Subject: [PATCH] Update links to mutalyzer.nl in docstrings --- mutalyzer/__init__.py | 2 +- mutalyzer/services/rpc.py | 6 +++--- mutalyzer/sync.py | 4 ++-- mutalyzer/website/templates/static/js/generator.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mutalyzer/__init__.py b/mutalyzer/__init__.py index 77702d62..412b0a81 100644 --- a/mutalyzer/__init__.py +++ b/mutalyzer/__init__.py @@ -28,7 +28,7 @@ __date__ = '1 Oct 2015' __version__ = '.'.join(__version_info__) __author__ = 'Leiden University Medical Center' __contact__ = 'humgen@lumc.nl' -__homepage__ = 'http://mutalyzer.nl' +__homepage__ = 'https://mutalyzer.nl' NOMENCLATURE_VERSION_INFO = ('2', '0') diff --git a/mutalyzer/services/rpc.py b/mutalyzer/services/rpc.py index 508cd905..3d3570ed 100644 --- a/mutalyzer/services/rpc.py +++ b/mutalyzer/services/rpc.py @@ -77,7 +77,7 @@ class MutalyzerService(ServiceBase): Submit a batch job. Input and output file formats for batch jobs are explained on the - website <https://mutalyzer.nl/batch>. + website <https://mutalyzer.nl/batch-jobs>. Batch jobs are processed using round-robin scheduling grouped by email address (or client IP address if no email address is specified). Per @@ -167,7 +167,7 @@ class MutalyzerService(ServiceBase): Get the number of entries left for a batch job. Input and output file formats for batch jobs are explained on the - website <https://mutalyzer.nl/batch>. + website <https://mutalyzer.nl/batch-jobs>. @arg job_id: Batch job identifier. @@ -181,7 +181,7 @@ class MutalyzerService(ServiceBase): Get the result of a batch job. Input and output file formats for batch jobs are explained on the - website <https://mutalyzer.nl/batch>. + website <https://mutalyzer.nl/batch-jobs>. On error an exception is raised: - detail: Human readable description of the error. diff --git a/mutalyzer/sync.py b/mutalyzer/sync.py index a1a1b7f9..e3ecc0c7 100644 --- a/mutalyzer/sync.py +++ b/mutalyzer/sync.py @@ -156,8 +156,8 @@ class CacheSync(object): :: - >>> wsdl = 'http://mutalyzer.nl/mutalyzer/services/?wsdl' - >>> template = 'http://mutalyzer.nl/mutalyzer/Reference/{file}' + >>> wsdl = 'https://mutalyzer.nl/mutalyzer/services/?wsdl' + >>> template = 'https://mutalyzer.nl/mutalyzer/Reference/{file}' >>> self.sync_with_remote(wsdl, template) (14, 3) diff --git a/mutalyzer/website/templates/static/js/generator.js b/mutalyzer/website/templates/static/js/generator.js index b330c141..6bf57403 100644 --- a/mutalyzer/website/templates/static/js/generator.js +++ b/mutalyzer/website/templates/static/js/generator.js @@ -1,6 +1,6 @@ /* * Mutalyzer Name Generator v0.1 - * http://www.mutalyzer.nl/ + * https://www.mutalyzer.nl/ * Š 2010 LUMC */ -- GitLab