From 0294c3298982222303bedd784e60c23a929dd541 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Mon, 7 Feb 2022 12:28:24 +0100 Subject: [PATCH] Fix broken link for language-versioning spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15ed4f6..712a23c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pub package](https://img.shields.io/pub/v/package_config.svg)](https://pub.dev/packages/package_config) Support for working with **Package Configuration** files as described -in the Package Configuration v2 [design document](https://github.com/dart-lang/language/blob/master/accepted/future-releases/language-versioning/package-config-file-v2.md). +in the Package Configuration v2 [design document](https://github.com/dart-lang/language/blob/master/accepted/2.8/language-versioning/package-config-file-v2.md). A Dart package configuration file is used to resolve Dart package names (e.g. `foobar`) to Dart files containing the source code for that package (e.g.