diff --git a/mutalyzer/__init__.py b/mutalyzer/__init__.py
index 77702d623de34affc80371de321ae5e726fd37db..412b0a816717d8cd76aa51963d41dc65474045a7 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 508cd90530491ea8c0448ee2134fad35ab5c4b4f..3d3570ed69fb62484bc270d55e6b2508c5fba4db 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 a1a1b7f90a3e687ef17aa833f3613b7895054d9c..e3ecc0c790413615084c6fc3dc2fe9cb16d47e48 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 b330c141c5a7e9fecfe0418efbf1d518d021cc1b..6bf57403407d13d733cb00fd8c16af600e877a4e 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
  */