|
1 | 1 |  |
2 | 2 | ---------- |
3 | 3 |
|
4 | | -[](https://github.com/SETL-Developers/setl/actions) |
5 | | -[](https://codecov.io/gh/SETL-Developers/setl) |
| 4 | +[](https://github.com/SETL-Framework/setl/actions) |
| 5 | +[](https://codecov.io/gh/SETL-Framework/setl) |
6 | 6 | [](https://mvnrepository.com/artifact/com.jcdecaux.setl/setl) |
7 | 7 | [](https://javadoc.io/doc/com.jcdecaux.setl/setl_2.11) |
8 | 8 | [](https://setl-framework.github.io/setl/) |
@@ -283,7 +283,7 @@ using environment-specific configurations. |
283 | 283 |
|
284 | 284 | In `src/main/resources` directory, you should have at least two configuration files named `application.conf` |
285 | 285 | and `local.conf` |
286 | | -(take a look at this [example](https://github.com/SETL-Developers/setl-template/tree/master/src/main/resources)). These |
| 286 | +(take a look at this [example](https://github.com/SETL-Framework/setl-template/tree/master/src/main/resources)). These |
287 | 287 | are what you need if you only want to run your application in one single environment. |
288 | 288 |
|
289 | 289 | You can also create other configurations (for example `dev.conf` and `prod.conf`), in which environment-specific |
@@ -433,13 +433,13 @@ When using `setl_2.11-1.x.x` with Spark 2.4 and Scala 2.11, you may need to incl |
433 | 433 |
|
434 | 434 | ## Test Coverage |
435 | 435 |
|
436 | | -[](https://codecov.io/gh/SETL-Developers/setl) |
| 436 | +[](https://codecov.io/gh/SETL-Framework/setl) |
437 | 437 |
|
438 | 438 | ## Documentation |
439 | 439 |
|
440 | | -[https://setl-developers.github.io/setl/](https://setl-developers.github.io/setl/) |
| 440 | +[https://setl-framework.github.io/setl/](https://setl-framework.github.io/setl/) |
441 | 441 |
|
442 | 442 | ## Contributing to SETL |
443 | 443 |
|
444 | | -[Check our contributing guide](https://github.com/SETL-Developers/setl/blob/master/CONTRIBUTING.md) |
| 444 | +[Check our contributing guide](https://github.com/SETL-Framework/setl/blob/master/CONTRIBUTING.md) |
445 | 445 |
|
0 commit comments