Skip to content

Commit 425fe66

Browse files
committed
minor changes
1 parent ff88eb6 commit 425fe66

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A MATLAB toolbox for nonlinear signal processing and machine learning
55

66
Author: [Steven Van Vaerenbergh](http://gtas.unican.es/people/steven)
77

8-
Official web: https://sourceforge.net/projects/kmbox
8+
Official web: https://github.com/steven2358/kmbox
99

1010

1111
About
@@ -56,7 +56,7 @@ If you use this toolbox in your research please cite [my Ph.D. thesis](http://gt
5656
year = {2010},
5757
school = {University of Cantabria},
5858
month = feb,
59-
note = {Software available at \url{http://sourceforge.net/projects/kmbox/}}
59+
note = {Software available at \url{https://github.com/steven2358/kmbox}}
6060
}
6161

6262

@@ -84,7 +84,7 @@ How to contribute code to the toolbox
8484

8585
Option 1: email it to me (steven@gtas.dicom.unican.es)
8686

87-
Option 2: [fork the toolbox on GitHub](https://github.com/steven2358/kafbox), push your change to a named branch, then send me a pull request.
87+
Option 2: [fork the toolbox on GitHub](https://github.com/steven2358/kmbox), push your change to a named branch, then send me a pull request.
8888

8989
Include at least one "demo" file for each algorithm.
9090

@@ -94,6 +94,8 @@ Changelog
9494

9595
History of changes:
9696

97+
Changes starting v0.10 are documented in the Git repository.
98+
9799
v0.9 (2013-05-21)
98100
- inclusion of KDE code and demo
99101
- minor changes

demo/km_demo_krr_icd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Steven Van Vaerenbergh (steven *at* gtas.dicom.unican.es), 2010
66
%
77
% This file is part of the Kernel Methods Toolbox for MATLAB.
8-
% https://sourceforge.net/projects/kmbox
8+
% https://github.com/steven2358/kmbox
99

1010
close all
1111
clear

0 commit comments

Comments
 (0)