Skip to content

Commit

Permalink
update download URLs in about box
Browse files Browse the repository at this point in the history
  • Loading branch information
dfmorrison committed Dec 23, 2013
1 parent 42fbee5 commit 4a836e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.project
.classpath
.settings
!.gitignore
4 changes: 2 additions & 2 deletions java/edu/cmu/cs/hcii/cogtool/view/AboutView.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ public void buildDialog()
// to behave most bizarrely if you combine a tilde in the middle of
// a URL with a trailing slash at its end.
addLink("Download updates from",
L10N.get("CT.MainURL", "http://cogtool.hcii.cs.cmu.edu"));
L10N.get("CT.MainURL", "https://github.com/cogtool/cogtool/releases/latest"));
addLink("Documentation",
L10N.get("CT.UserGuideURL",
"http://cogtool.hcii.cs.cmu.edu/CogToolUserGuide.pdf"));
"https://github.com/cogtool/cogtool/releases/download/1.2.2/CogToolUserGuide_1_2.pdf"));

Label memory = new Label(dialog, SWT.NONE);
GridData memoryLayout =
Expand Down

0 comments on commit 4a836e7

Please sign in to comment.