Broken between-book links in Chapter 5 Clustering
Closed this issue · 4 comments
These links aren't resolving correctly in either 3.16 or 3.17 branches of the rendered book:
OSCA.basic/inst/book/clustering.Rmd
Line 129 in 8d243a2
OSCA.basic/inst/book/clustering.Rmd
Line 198 in 8d243a2
OSCA.basic/inst/book/clustering.Rmd
Line 446 in 8d243a2
549aab3 only partially fixed the issue.
Problem is that link("graph-diagnostics", "OSCA.advanced")
and isn't a valid reference in OSCA.advanced whereas link("comparing-different-clusterings", "OSCA.advanced")
aren'tlink("comparing-different-clusterings", "OSCA.advanced")
(linking to https://github.com/OSCA-source/OSCA.advanced/blob/ac133eddae37b199c55256d43182cf8f457fa829/inst/book/more-clustering.Rmd#L209) and link("silhouette-width", "OSCA.advanced")
is (linking to https://github.com/OSCA-source/OSCA.advanced/blob/ac133eddae37b199c55256d43182cf8f457fa829/inst/book/more-clustering.Rmd#L48).
Will need to identify where link("graph-diagnostics", "OSCA.advanced")
is supposed to be linking to and, if necessary, create the appropriate tag.
@LTLA Do you know/remember which section rebook::link("graph-diagnostics", "OSCA.advanced")
is supposed to resolve to?
Thanks!