diff --git a/platypush/plugins/http/webpage/__init__.py b/platypush/plugins/http/webpage/__init__.py index c4ff412418..33589b504d 100644 --- a/platypush/plugins/http/webpage/__init__.py +++ b/platypush/plugins/http/webpage/__init__.py @@ -110,7 +110,7 @@ class HttpWebpagePlugin(Plugin): raise RuntimeError('Could not parse JSON: {}. Response: {}'.format(str(e), response)) if type == 'markdown': - self._fix_relative_links(response['content'], url) + response['content'] = self._fix_relative_links(response['content'], url) self.logger.debug('Got response from Mercury API: {}'.format(response)) title = response.get('title', '{} on {}'.format(