From 4652e6757f72b28421b021e181f9b871654b2af8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 22 Aug 2022 13:45:12 +0200 Subject: [PATCH] docs: update yarnrc reference in project structure Signed-off-by: Patrik Oldsberg --- docs/getting-started/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/project-structure.md b/docs/getting-started/project-structure.md index 8dca898ae7..858f0d8370 100644 --- a/docs/getting-started/project-structure.md +++ b/docs/getting-started/project-structure.md @@ -212,7 +212,7 @@ future. common for companies to have their own npm registry, and this file makes sure that this folder always uses the public registry. -- [`.yarnrc`](https://github.com/backstage/backstage/tree/master/.yarnrc) - +- [`.yarnrc.yml`](https://github.com/backstage/backstage/tree/master/.yarnrc.yml) - Enforces "our" version of Yarn. - [`app-config.yaml`](https://github.com/backstage/backstage/tree/master/app-config.yaml) -