diff --git a/tutorial/simple-todos/11-testing.md b/tutorial/simple-todos/11-testing.md index 3c4bc1b..2dc6aa0 100644 --- a/tutorial/simple-todos/11-testing.md +++ b/tutorial/simple-todos/11-testing.md @@ -254,6 +254,6 @@ This is almost the same as the last command, except that it loads your applicati There's a lot more you can do with Meteor tests! You can read more about it in the Meteor Guide [article on testing](https://guide.meteor.com/testing.html). -> Review: you can check how your code should be in the end of this step [here](https://github.com/meteor/blaze`-tutorial/tree/master/src/simple-todos/step11). +> Review: you can check how your code should be in the end of this step [here](https://github.com/meteor/blaze-tutorial/tree/master/src/simple-todos/step11). In the next step, we will deploy your app to Galaxy, the best hosting for Meteor apps, developed by the same team behind Meteor.