Skip to content

Commit

Permalink
SUMMARY.md: fix a couple of links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 11, 2024
1 parent 278f095 commit c131563
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}
}

4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c131563

Please sign in to comment.