Skip to content

Commit

Permalink
Fix 404 link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Mar 10, 2020
1 parent 782b185 commit 9c38d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/classes/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /classes/options
* Table of Contents
{:toc}

The `Options` class represents possible settings for the [HTTP server](server.md). The `Options` is an immutable class, it never modifies itself but returns a new object instead.
The `Options` class represents possible settings for the [HTTP server](http-server.md). The `Options` is an immutable class, it never modifies itself but returns a new object instead.

## `isInDebugMode(): bool`

Expand Down

0 comments on commit 9c38d7b

Please sign in to comment.