diff --git a/book/src/puzzle_04/introduction_tile_tensor.md b/book/src/puzzle_04/introduction_tile_tensor.md index 3475cc00..40a7f138 100644 --- a/book/src/puzzle_04/introduction_tile_tensor.md +++ b/book/src/puzzle_04/introduction_tile_tensor.md @@ -71,7 +71,7 @@ tensor[1, 2] = 2.0 # Last element ``` To learn more about `Layout` and `TileTensor`, see these guides from the -[Mojo manual](https://docs.modular.com/mojo/manual/) +[Mojo manual](https://docs.modular.com/mojo/manual/): - [Introduction to layouts](https://docs.modular.com/mojo/manual/layout/layouts) - [Using TileTensor](https://docs.modular.com/mojo/manual/layout/tensors)