From: tcofoegbu Date: Wed, 2 Sep 2015 16:45:24 +0000 (+0100) Subject: JAL-1740 migrated BioJSMSAViewer git repo to https://github.com/jalview/exporter... X-Git-Tag: Release_2_10_0~510 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=2b4c87aedd62794a540ce318ac80e218bd34480b JAL-1740 migrated BioJSMSAViewer git repo to https://github.com/jalview/exporter-templates/tree/master/biojs --- diff --git a/src/jalview/io/BioJsHTMLOutput.java b/src/jalview/io/BioJsHTMLOutput.java index 85cf80b..6c8d2df 100644 --- a/src/jalview/io/BioJsHTMLOutput.java +++ b/src/jalview/io/BioJsHTMLOutput.java @@ -37,7 +37,7 @@ public class BioJsHTMLOutput public static final String BJS_TEMPLATE_GIT_REPO = jalview.bin.Cache .getDefault( "biojs_template_git_repo", - "https://raw.githubusercontent.com/tcofoegbu/bjs-template/master/package.json"); + "https://raw.githubusercontent.com/jalview/exporter-templates/master/biojs/package.json"); public BioJsHTMLOutput(AlignmentViewPanel ap) {