From 0bb5ab2527b3332b8e194244e9bfe163869d18c7 Mon Sep 17 00:00:00 2001 From: Helgi Hilmarsson Date: Wed, 10 Nov 2021 10:14:05 -0800 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ed7aa..43d4ddd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ from stringkernels.kernels import polynomial_string_kernel model = svm.SVC(kernel=polynomial_string_kernel()) ``` -For morer information read the [docs](https://github.com/weekend37/string-kernels/blob/master/doc/docs.md) or take a look at the notebook [example.ipynb](https://github.com/weekend37/string-kernels/blob/master/example.ipynb) for further demonstration of usage. +For morer information read the [docs](https://github.com/weekend37/string-kernels/blob/master/doc/fig/docs.md) or take a look at the notebook [example.ipynb](https://github.com/weekend37/string-kernels/blob/master/example.ipynb) for further demonstration of usage. If you end up using this in your research we kindly ask you to cite us! :)