Skip to content

Commit

Permalink
fix Web resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 16, 2015
1 parent ab0a218 commit a7999ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Web Resources/CMTK_Documentation.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
BrowserLauncher().run("http://www.nitrc.org/docman/?group_id=212")
from ij import IJ
IJ.runPlugIn("ij.plugin.BrowserLauncher", "http://www.nitrc.org/docman/?group_id=212");
3 changes: 2 additions & 1 deletion Web Resources/CMTK_Home_Page.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
BrowserLauncher().run("http://www.nitrc.org/projects/cmtk/")
from ij import IJ
IJ.runPlugIn("ij.plugin.BrowserLauncher", "http://www.nitrc.org/projects/cmtk/");
3 changes: 2 additions & 1 deletion Web Resources/CMTK_User_Forum.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
BrowserLauncher().run("http://www.nitrc.org/forum/forum.php?forum_id=857")
from ij import IJ
IJ.runPlugIn("ij.plugin.BrowserLauncher", "http://www.nitrc.org/forum/forum.php?forum_id=857")
3 changes: 2 additions & 1 deletion Web Resources/CMTK_User_Guide.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
BrowserLauncher().run("http://www.nitrc.org/docman/view.php/212/708/UserGuideCMTK.pdf")
from ij import IJ
IJ.runPlugIn("ij.plugin.BrowserLauncher", "http://www.nitrc.org/docman/view.php/212/708/UserGuideCMTK.pdf")

0 comments on commit a7999ea

Please sign in to comment.