tracks/julia/README.md in trackler-2.2.1.8 vs tracks/julia/README.md in trackler-2.2.1.9
- old
+ new
@@ -1,9 +1,9 @@
# Exercism Julia Track
-[](https://gitter.im/exercism/xjulia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[](https://travis-ci.org/exercism/xjulia)
+[](https://gitter.im/exercism/julia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://travis-ci.org/exercism/julia)
Exercism exercises in Julia.
## TODO
@@ -27,10 +27,10 @@
`exercises/<slug>/example.jl` Example solution for the exercise. It should follow the [Julia Style Guide](http://docs.julialang.org/en/release-0.5/manual/style-guide/) and the code formatting guidelines specified [below](#code-formatting-guidelines).
Replace `<slug>` with the exercise slug of the exercise you're working on.
-See [Issue #2](https://github.com/exercism/xjulia/issues/2) for discussion on the structure and style guidelines.
+See [Issue #2](https://github.com/exercism/julia/issues/2) for discussion on the structure and style guidelines.
### Adding it to config
Make sure to add the exercise to the `config.json` file, by adding an entry to the `exercises` array:
```json