From c1315630d6ff290f0570b4d43b1910efe5f514d1 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 11 Oct 2024 15:08:41 -0700 Subject: [PATCH] SUMMARY.md: fix a couple of links --- .vscode/settings.json | 13 +++++++++++++ SUMMARY.md | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..59a9a37 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "[markdown]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "prettier.proseWrap": "always", + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "**/*.code-search": true, + "**/_book": true + } + } + \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md index 3b9078c..9a40581 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -95,7 +95,7 @@ * [Formatting text](using-the-textfield-class\formatting-text.md) * [Advanced text rendering](using-the-textfield-class\advanced-text-rendering.md) * [Working with static text](using-the-textfield-class\working-with-static-text.md) - * [Working with font assets](working-with-bitmaps\working-with-font-assets.md) + * [Working with font assets](using-the-textfield-class\working-with-font-assets.md) # * [TextField Example: Newspaper-style text formatting](using-the-textfield-class\textfield-example-newspaper-style-text-formatting.md) * [Chapter 24: Working with sound](working-with-sound\README.md) * [Basics of working with sound](working-with-sound\basics-of-working-with-sound.md) @@ -167,7 +167,7 @@ # * [Encrypted local storage](storing-local-data\encrypted-local-storage.md) * [Chapter 41: Working with byte arrays](working-with-byte-arrays\README.md) * [Reading a writing a byte array](working-with-byte-arrays\reading-and-writing-a-byte-array.md) - * [Working with byte array assets](working-with-bitmaps\working-with-byte-array-assets.md) + * [Working with byte array assets](working-with-byte-arrays\working-with-byte-array-assets.md) # * [ByteArray example: Reading a .zip file](working-with-byte-arrays\bytearray-example-reading-a-zip-file.md) #* [Chapter 42: Basics of networking and communication](basics-of-networking-and-communication\README.md) # * [Network connectivity changes](basics-of-networking-and-communication\network-connectivity-changes.md)