Skip to content

Commit 1eea03e

Browse files
authored
[docs] closes #4663 fixes a broken link in the docs (#4664)
* Fixes #4663 fixes a broken link in the docs * Fixes #4663 fixes a broken link in the docs
1 parent a92babf commit 1eea03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/lattices.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace kaldi {
3131
graphs in the WFST framework (see \ref graph).
3232
In this section we summarize the issues relating to Kaldi lattices, and in the rest of this page
3333
we will explain them more precisely. The reader may also want to read the paper
34-
<a href=https://sites.google.com/site/dpovey/2012_icassp_lattices.pdf?attredirects=0>
34+
<a href=https://www.danielpovey.com/files/2012_icassp_lattices.pdf>
3535
"Generating exact lattices in the WFST framework", D. Povey, M. Hannemann et. al, ICASSP 2012 (submitted)</a>,
3636
which provides more context as to how our lattices relate to previously published algorithms.
3737
This page gives more focus to the programming aspects.

0 commit comments

Comments
 (0)