def follow_link(self): topic = self.extract_topic() if topic is not None: return sublime.run_command("hyper_help", {"topic": topic}) log("Cannot follow link; no link found under the cursor")