Skip to content

Commit bd01690

Browse files
authored
fix: MS article URL in docs (#3197)
1 parent f73676f commit bd01690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/paragraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Example: https://github.com/dolanmiu/docx/blob/master/demo/15-page-break-before.
305305

306306
## Page break control
307307

308-
Paragraphs have `keepLines` and `keepNext` properties that allow restricting page breaks within and between paragraphs. See [this Microsoft article](https://support.office.com/en-us/article/Keep-lines-and-paragraphs-together-d72af534-926f-4c4b-830a-abfc2daa3bfa) for more details.
308+
Paragraphs have `keepLines` and `keepNext` properties that allow restricting page breaks within and between paragraphs. See [this Microsoft article](https://support.microsoft.com/en-us/office/keep-text-together-in-word-af94e5b8-3a5a-4cb0-9c53-dea56b43d96d) for more details.
309309

310310
```ts
311311
const paragraph = new Paragraph({

0 commit comments

Comments
 (0)