Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 1167a94

Browse files
committed
Change ProveIt URL to http://proveit.cc.gatech.edu. Fixes issue 82.
1 parent 37bab7c commit 1167a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProveIt_Wikipedia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ window.proveit = jQuery.extend({
18961896
var tabs = jQuery('<div/>', {id: 'tabs'});
18971897
var created = jQuery('<h1/>');
18981898
var createdLink = jQuery('<a/>', {title: 'Created by the ELC Lab at Georgia Tech',
1899-
href: 'http://www.cc.gatech.edu/elc',
1899+
href: 'http://proveit.cc.gatech.edu',
19001900
target: '_blank'});
19011901
// Main logo in upper-right
19021902
var logo = jQuery('<img/>', {src: this.STATIC_BASE + 'logo.png', alt: 'ProveIt', height: 30, width: 118 });

0 commit comments

Comments
 (0)