Skip to content

Commit

Permalink
docs: fix anchors for broken relative links (#32491)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
  • Loading branch information
trop[bot] and dsanders11 committed Jan 18, 2022
1 parent 478ec9c commit 5048fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/browser-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ APIs like `win.setSize`.
is `true`). Default is `#FFF` (white).

Sets the background color of the window. See [Setting
`backgroundColor`](#setting-backgroundcolor).
`backgroundColor`](#setting-the-backgroundcolor-property).

#### `win.previewFile(path[, displayName])` _macOS_

Expand Down Expand Up @@ -1044,7 +1044,7 @@ Returns [`Rectangle`](structures/rectangle.md) - The `bounds` of the window as `
#### `win.getBackgroundColor()`

Returns `string` - Gets the background color of the window. See [Setting
`backgroundColor`](#setting-backgroundcolor).
`backgroundColor`](#setting-the-backgroundcolor-property).

#### `win.setContentBounds(bounds[, animate])`

Expand Down
4 changes: 2 additions & 2 deletions docs/api/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ Prints Chromium's internal logging to the console.

Setting this variable is the same as passing `--enable-logging`
on the command line. For more info, see `--enable-logging` in [command-line
switches](./command-line-switches.md#enable-loggingfile).
switches](./command-line-switches.md#--enable-loggingfile).

### `ELECTRON_LOG_FILE`

Sets the file destination for Chromium's internal logging.

Setting this variable is the same as passing `--log-file`
on the command line. For more info, see `--log-file` in [command-line
switches](./command-line-switches.md#log-filepath).
switches](./command-line-switches.md#--log-filepath).

### `ELECTRON_DEBUG_DRAG_REGIONS`

Expand Down

0 comments on commit 5048fff

Please sign in to comment.