From 52cb0c904648be2f3395f2791b13844d7fac4d58 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 19 Sep 2019 18:11:58 -0700 Subject: [PATCH] docs(readme): update link to authenticated docs (#9705) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 580edba23a1a..45ed79c64107 100644 --- a/readme.md +++ b/readme.md @@ -204,7 +204,7 @@ Useful documentation, examples, and recipes to get you started. - [Dealing with variance](./docs/variability.md) - [Using Lighthouse programmatically](./docs/readme.md#using-programmatically) -- [Testing a site with authentication](./docs/readme.md#testing-on-a-site-with-authentication) +- [Testing a site with authentication](./docs/authenticated-pages.md) - [Developing Plugins](./docs/plugins.md) - [Testing on a mobile device](./docs/readme.md#testing-on-a-mobile-device) - [Lighthouse Architecture](./docs/architecture.md)