diff --git a/src/content/documentation/ack/reference/api-reference.mdx b/src/content/documentation/ack/reference/api-reference.mdx index 902b63b1..63545140 100644 --- a/src/content/documentation/ack/reference/api-reference.mdx +++ b/src/content/documentation/ack/reference/api-reference.mdx @@ -6,7 +6,7 @@ description: Browse a quick reference for Ack's core classes, methods, and annot # API Reference This page is a curated quick reference for the core Ack classes, methods, and -annotations. Use the [generated API documentation](https://pub.dev/documentation/ack/ack/latest/ack/) +annotations. Use the [generated API documentation](https://pub.dev/documentation/ack/latest/) for every public declaration and exact signatures; use the linked guides here for explanations and examples. diff --git a/src/content/documentation/mix/ecosystem/mix-lint.mdx b/src/content/documentation/mix/ecosystem/mix-lint.mdx index 5bc66d44..b543c320 100644 --- a/src/content/documentation/mix/ecosystem/mix-lint.mdx +++ b/src/content/documentation/mix/ecosystem/mix-lint.mdx @@ -7,7 +7,7 @@ import { Callout } from "nextra/components"; # mix_lint -`mix_lint` is an [analysis server plugin](https://dart.dev/tools/analysis-server) that adds Mix-specific diagnostics to your Dart analyzer. It helps teams keep Styler chains readable, tokens reusable, and generated Styler APIs consistent. +`mix_lint` is an [analysis server plugin](https://dart.dev/tools/analysis) that adds Mix-specific diagnostics to your Dart analyzer. It helps teams keep Styler chains readable, tokens reusable, and generated Styler APIs consistent. ## Why use it