Skip to content

Commit

Permalink
Remove 'www-' from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
manning committed Oct 24, 2015
1 parent 0ade0c4 commit df70b05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/cooccur.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// For more information, bug reports, fixes, contact:
// Jeffrey Pennington (jpennin@stanford.edu)
// GlobalVectors@googlegroups.com
// http://www-nlp.stanford.edu/projects/glove/
// http://nlp.stanford.edu/projects/glove/

#include <stdio.h>
#include <stdlib.h>
Expand Down Expand Up @@ -474,4 +474,3 @@ int main(int argc, char **argv) {
return get_cooccurrence();
}


2 changes: 1 addition & 1 deletion src/glove.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// For more information, bug reports, fixes, contact:
// Jeffrey Pennington (jpennin@stanford.edu)
// GlobalVectors@googlegroups.com
// http://www-nlp.stanford.edu/projects/glove/
// http://nlp.stanford.edu/projects/glove/


#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion src/shuffle.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// For more information, bug reports, fixes, contact:
// Jeffrey Pennington (jpennin@stanford.edu)
// GlobalVectors@googlegroups.com
// http://www-nlp.stanford.edu/projects/glove/
// http://nlp.stanford.edu/projects/glove/

#include <stdio.h>
#include <string.h>
Expand Down
3 changes: 1 addition & 2 deletions src/vocab_count.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// For more information, bug reports, fixes, contact:
// Jeffrey Pennington (jpennin@stanford.edu)
// GlobalVectors@googlegroups.com
// http://www-nlp.stanford.edu/projects/glove/
// http://nlp.stanford.edu/projects/glove/

#include <stdio.h>
#include <stdlib.h>
Expand Down Expand Up @@ -208,4 +208,3 @@ int main(int argc, char **argv) {
return get_counts();
}


0 comments on commit df70b05

Please sign in to comment.