From c87f4a1d03ce89616be326d68ebc9f2d740ef3e4 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Thu, 28 Mar 2024 20:22:51 +0800 Subject: [PATCH] docs: fix some intra reference links Signed-off-by: Jack Cherng --- docs/src/_snippets/links.md | 2 +- docs/src/use-cases.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/_snippets/links.md b/docs/src/_snippets/links.md index 7435db84..567be002 100644 --- a/docs/src/_snippets/links.md +++ b/docs/src/_snippets/links.md @@ -27,7 +27,7 @@ [plugin-configurations-exec_file_syntax]: configurations.md#exec_file_syntax [plugin-configurations]: configurations.md [plugin-debug]: debug.md -[plugin-ml-based-syntax-detection]: experimental/ml-based-syntax-detection.md +[plugin-dl-based-syntax-detection]: experimental/dl-based-syntax-detection.md [plugin-project-settings]: configurations.md#project-settings [plugin-syntax-representations]: configurations.md#syntax-representations [plugin-use-cases]: use-cases.md diff --git a/docs/src/use-cases.md b/docs/src/use-cases.md index bbf0e67d..7ae87192 100644 --- a/docs/src/use-cases.md +++ b/docs/src/use-cases.md @@ -77,10 +77,10 @@ back to `HTML` syntax due to its first line. - For average users, read "[Configurations][plugin-configurations]" for more details to create your own rules. - For advanced users, you may read "Advanced Topics" for creating custom `Match` or `Constraint` implementations. -## Machine learning based syntax detection +## Deep learning based syntax detection This can be useful for files which have no extension or irregular extensions, or when pasting codes into a new buffer. -Check [ML-based Detection][plugin-ml-based-syntax-detection]. +Check [Deep Learning based Syntax Detection][plugin-dl-based-syntax-detection]. ## Dim out build status from the build output panel