Skip to content

Commit

Permalink
Removed "Ports/Windows port" subdirectory which contained a single file
Browse files Browse the repository at this point in the history
* Renamed "Ports/Windows port/Introduction.md" to "Ports/WindowsPort.md"
* Fixed broken links.
  • Loading branch information
fujii committed Aug 27, 2023
1 parent 2b53668 commit 8b59dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Build & Debug/BuildOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Tools/Scripts/build-webkit --wpe --debug

## Building Windows Port

For building WebKit on Windows, see [Windows Port](../Ports/Windows port/Introduction.html).
For building WebKit on Windows, see [Windows Port](../Ports/WindowsPort.md).

## Running WebKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The build succeeded if you got `WebKit is now built` message. Run your `MiniBrow
WebKitBuild/Release/bin64/MiniBrowser.exe
```

You can run programs under a debugger with [this instruction](../../Build & Debug/DebuggingWithVS.html).
You can run programs under a debugger with [this instruction](../Build & Debug/DebuggingWithVS.md).

### Building from within Visual Studio

Expand Down

0 comments on commit 8b59dd1

Please sign in to comment.