Skip to content

Commit 0093031

Browse files
authored
fix: broken link on documentation (#178)
1 parent 2950303 commit 0093031

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![logo](docs/img/logo_setl.png)
22
----------
33

4-
[![build](https://github.com/SETL-Developers/setl/workflows/build/badge.svg?branch=master)](https://github.com/SETL-Developers/setl/actions)
5-
[![codecov](https://codecov.io/gh/SETL-Developers/setl/branch/master/graph/badge.svg)](https://codecov.io/gh/SETL-Developers/setl)
4+
[![build](https://github.com/SETL-Framework/setl/workflows/build/badge.svg?branch=master)](https://github.com/SETL-Framework/setl/actions)
5+
[![codecov](https://codecov.io/gh/SETL-Framework/setl/branch/master/graph/badge.svg)](https://codecov.io/gh/SETL-Framework/setl)
66
[![Maven Central](https://img.shields.io/maven-central/v/com.jcdecaux.setl/setl_2.11.svg?label=Maven%20Central&color=blue)](https://mvnrepository.com/artifact/com.jcdecaux.setl/setl)
77
[![javadoc](https://javadoc.io/badge2/com.jcdecaux.setl/setl_2.11/javadoc.svg)](https://javadoc.io/doc/com.jcdecaux.setl/setl_2.11)
88
[![documentation](https://img.shields.io/badge/docs-passing-1f425f.svg)](https://setl-framework.github.io/setl/)
@@ -283,7 +283,7 @@ using environment-specific configurations.
283283

284284
In `src/main/resources` directory, you should have at least two configuration files named `application.conf`
285285
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
287287
are what you need if you only want to run your application in one single environment.
288288

289289
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
433433

434434
## Test Coverage
435435

436-
[![coverage.svg](https://codecov.io/gh/SETL-Developers/setl/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/SETL-Developers/setl)
436+
[![coverage.svg](https://codecov.io/gh/SETL-Framework/setl/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/SETL-Framework/setl)
437437

438438
## Documentation
439439

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/)
441441

442442
## Contributing to SETL
443443

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)
445445

0 commit comments

Comments
 (0)