Skip to content

Commit

Permalink
change activities help url
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmontigny committed Mar 4, 2025
1 parent 9849e67 commit ee8503b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/src/app/routes/activities/activities.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ActivitiesPage extends MainClass implements OnDestroy {
documentation: DocumentationInterface = {
title: "Données d'activité A-JUST :",
path: this.userService.isCa()
? 'https://docs.a-just.beta.gouv.fr/le-data-book-des-ca'
? 'https://docs.a-just.beta.gouv.fr/guide-dutilisateur-a-just-ca/quest-ce-que-cest'
: 'https://docs.a-just.beta.gouv.fr/documentation-deploiement/donnees-dactivite/quest-ce-que-cest',
printSubTitle: true,
};
Expand All @@ -133,7 +133,9 @@ export class ActivitiesPage extends MainClass implements OnDestroy {
/**
* Lien vers le data book
*/
dataBook = this.userService.isCa()?'https://docs.a-just.beta.gouv.fr/le-data-book-des-ca':'https://docs.a-just.beta.gouv.fr/le-data-book/';
dataBook = this.userService.isCa()
? 'https://docs.a-just.beta.gouv.fr/le-data-book-des-ca'
: 'https://docs.a-just.beta.gouv.fr/le-data-book/';
/**
* Support GitBook
*/
Expand Down

0 comments on commit ee8503b

Please sign in to comment.