branch: elpa/cider commit 8b8abc1e0df6e8c65108b125de88c7b9f0bca80e Author: Brendan Foote <bren...@bigfoote.io> Commit: GitHub <nore...@github.com>
[Docs] Fix a broken link (#3820) --- doc/modules/ROOT/pages/usage/interactive_programming.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/usage/interactive_programming.adoc b/doc/modules/ROOT/pages/usage/interactive_programming.adoc index 08325fe36c..9557402b15 100644 --- a/doc/modules/ROOT/pages/usage/interactive_programming.adoc +++ b/doc/modules/ROOT/pages/usage/interactive_programming.adoc @@ -58,4 +58,4 @@ understand the key concepts better. Here are a few ideas: NOTE: As CIDER is evolving rapidly, some of the information in those videos would likely be outdated by the time you get to watch them. Still, the core ideas of interactive programming are immutable, so whatever differences you come to observe and experience will likely be superficial. -You can find more CIDER demos on the xref:additional_resources["Additional Resources"] page. +You can find more CIDER demos on the xref:additional_resources.adoc["Additional Resources"] page.