Fix broken links in documentation.

This commit is contained in:
Tom Hunkapiller
2021-05-18 17:15:29 +03:00
parent cdc97adaeb
commit bb8ac8b9d8
3 changed files with 9 additions and 9 deletions

View File

@ -12,14 +12,14 @@ const doc = new Document({
new Paragraph({
text: "Bullet points",
bullet: {
level: 0 //How deep you want the bullet to be
}
level: 0 //How deep you want the bullet to be
}
}),
new Paragraph({
text: "Are awesome",
bullet: {
level: 0
}
level: 0
}
})
],
}];