From 8e311cfaceef459598133c04173da6fc66888978 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 19 Sep 2019 16:40:39 -0700 Subject: [PATCH] docs(readme): update link to authenticated docs --- 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)