diff --git a/languages/python/README.md b/languages/python/README.md index c86a738795..151b14e6f4 100644 --- a/languages/python/README.md +++ b/languages/python/README.md @@ -37,13 +37,13 @@ Before launch, we need all of the following parts to be completed: ### Representer -- [ ] Build Representer +- [x] Build [Representer](https://github.com/exercism/python-representer) - [ ] Deploy Representer ### Test Runner -- [ ] Build Test Runner -- [ ] Deploy Test Runner +- [x] Build [Test Runner](https://github.com/exercism/python-test-runner) +- [x] Deploy Test Runner ## Extra magic @@ -51,5 +51,5 @@ These extra steps will make your track better, but are optional. ### Analyzer -- [ ] Build Analyzer -- [ ] Deploy Analyzer +- [x] Build [Analyzer](https://github.com/exercism/python-analyzer) +- [x] Deploy Analyzer