Skip to content

Commit 2950303

Browse files
authored
update doc url
1 parent 67b90a2 commit 2950303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![codecov](https://codecov.io/gh/SETL-Developers/setl/branch/master/graph/badge.svg)](https://codecov.io/gh/SETL-Developers/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)
8-
[![documentation](https://img.shields.io/badge/docs-passing-1f425f.svg)](https://setl-developers.github.io/setl/)
8+
[![documentation](https://img.shields.io/badge/docs-passing-1f425f.svg)](https://setl-framework.github.io/setl/)
99

1010
If you’re a **data scientist** or **data engineer**, this might sound familiar while working on an **ETL** project:
1111

@@ -19,7 +19,7 @@ If you’re a **data scientist** or **data engineer**, this might sound familiar
1919

2020
### In a new project
2121

22-
You can start working by cloning [this template project](https://github.com/qxzzxq/setl-template).
22+
You can start working by cloning [this template project](https://github.com/SETL-Framework/setl-template).
2323

2424
### In an existing project
2525

@@ -63,7 +63,7 @@ The entry point of a SETL project is the object `com.jcdecaux.setl.Setl`, which
6363

6464
### Show me some code
6565

66-
You can find the following tutorial code in [the starter template of SETL](https://github.com/qxzzxq/setl-template). Go and clone it :)
66+
You can find the following tutorial code in [the starter template of SETL](https://github.com/SETL-Framework/setl-template). Go and clone it :)
6767

6868
Here we show a simple example of creating and saving a **Dataset[TestObject]**. The case class **TestObject** is defined as follows:
6969

0 commit comments

Comments
 (0)