Skip to content

Commit

Permalink
Merge pull request #21 from dataforgoodfr/update-tally-urls
Browse files Browse the repository at this point in the history
Update tally base URLs
  • Loading branch information
kaaloo authored Apr 15, 2024
2 parents db436ac + 2aad78e commit 33e8c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site-observable/docs/films.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Choix d'un film
```js
// Configuration
const baseTmdbImageUrl = "https://image.tmdb.org/t/p/w92";
const baseTallyUrl = "https://tally.so/r/wa6jyb";
const baseTallyUrl = "https://tally.so/r/w2e0PD";
```

Entrez le nom d'un film:
Expand Down
2 changes: 1 addition & 1 deletion site-observable/docs/shows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Choix d'une série télévisée

```js
const baseTmdbImageUrl = "https://image.tmdb.org/t/p/w92";
const baseTallyUrl = "https://tally.so/r/w48jMo";
const baseTallyUrl = "https://tally.so/r/nP6KOB";
```

Entrez le nom d'une série télévisée:
Expand Down

0 comments on commit 33e8c37

Please sign in to comment.