diff --git a/wiki/macro/TerminalSsh.py b/wiki/macro/TerminalSsh.py index 0adf3bd0..c9b55347 100644 --- a/wiki/macro/TerminalSsh.py +++ b/wiki/macro/TerminalSsh.py @@ -11,7 +11,7 @@ class ssh: "cursor-color" : "yellow", } - appletLocation = "https://ssh.crans.org/mindterm.jar" + appletLocation = "/wiki/applets/mindterm.jar" def parseArgs(self, args): argList = args.split(u',') @@ -46,4 +46,4 @@ def execute(macro, args): # return macro.formatter.text("I got these args from a macro %s: %s" % # (str(macro), args)) o = ssh(args) - return o.run() \ No newline at end of file + return o.run()