Skip to content

Commit 78413fa

Browse files
committed
Fix configuration issues
1 parent a4a3cdd commit 78413fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Writerside/topics/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $windowConfig = new Boson\Window\WindowCreateInfo(
275275

276276
<note>
277277
The title can be changed later at runtime. More information about window title
278-
can be found in the <a href="window.md#window-title">window documentation</a>.
278+
can be found in the <a href="window.md#title">window documentation</a>.
279279
</note>
280280

281281
### Hardware Acceleration
@@ -307,7 +307,7 @@ $windowConfig = new Boson\Window\WindowCreateInfo(
307307

308308
<note>
309309
More information about window size can be found in
310-
the <a href="window.md#window-size">window documentation</a>.
310+
the <a href="window.md#size">window documentation</a>.
311311
</note>
312312

313313
### Window Resizability
@@ -324,7 +324,7 @@ $windowConfig = new Boson\Window\WindowCreateInfo(
324324

325325
<note>
326326
More information about window size can be found in
327-
the <a href="window.md#window-size">window documentation</a>.
327+
the <a href="window.md#size">window documentation</a>.
328328
</note>
329329

330330
### Window Visibility
@@ -343,7 +343,7 @@ $windowConfig = new Boson\Window\WindowCreateInfo(
343343

344344
<note>
345345
More information about window visibility can be found in
346-
the <a href="window.md#window-visibility">window documentation</a>.
346+
the <a href="window.md#visibility">window documentation</a>.
347347
</note>
348348

349349
### Always On Top
@@ -402,7 +402,7 @@ $windowConfig = new Boson\Window\WindowCreateInfo(
402402

403403
<note>
404404
More information about window decorations can be found in
405-
the <a href="window.md#window-decorations">window documentation</a>.
405+
the <a href="window.md#decorations">window documentation</a>.
406406
</note>
407407

408408
## WebView

0 commit comments

Comments
 (0)