From 621df5d68ba8753f59fb9c94b1e27683b9bc3b97 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 20 Apr 2020 10:29:01 -0700 Subject: [PATCH] docs: fix cross references (#1877) --- docs/README.md | 2 +- docs/emulation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 567d11c000..af4131c8fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ 1. [Emulation](./emulation.md) - [User agent](./emulation.md#user-agent) - [Viewport, color scheme](./emulation.md#viewport-color-scheme) - - [Devices](./emulation.md#select-options) + - [Devices](./emulation.md#devices) - [Locale & Timezone](./emulation.md#locale--timezone) - [Permissions](./emulation.md#permissions) - [Geolocation](./emulation.md#geolocation) diff --git a/docs/emulation.md b/docs/emulation.md index f180617717..7589d4d753 100644 --- a/docs/emulation.md +++ b/docs/emulation.md @@ -12,7 +12,7 @@ Most of these parameters are configured during the browser context construction, #### Contents - [User agent](#user-agent) - [Viewport, color scheme](#viewport-color-scheme) -- [Devices](#select-options) +- [Devices](#devices) - [Locale & Timezone](#locale--timezone) - [Permissions](#permissions) - [Geolocation](#geolocation)