From c5c6fb238caf694f9326a6b1f71e23ac78a7c404 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 21 Nov 2023 17:21:01 +0000 Subject: [PATCH] docs: fix check_licenses.md pana link --- site/docs/commands/check_licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/commands/check_licenses.md b/site/docs/commands/check_licenses.md index 6c25e16eb..ef7ca4d79 100644 --- a/site/docs/commands/check_licenses.md +++ b/site/docs/commands/check_licenses.md @@ -15,7 +15,7 @@ very_good packages check licenses ``` :::info -We do not collect any information about your project or dependencies. The license checker doesn't require an internet connection, it detects licenses locally using [Dart's package analyzer][https://pub.dev/packages/pana] license detector. +We do not collect any information about your project or dependencies. The license checker doesn't require an internet connection, it detects licenses locally using [Dart's package analyzer](https://pub.dev/packages/pana) license detector. ::: ## Arguments ⚙️