Skip to content

Commit

Permalink
fix DEFAULT_HELP_URL (#122) (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb authored Sep 7, 2021
1 parent 11fdb4f commit ddba0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/extension/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SEARCH_TYPES = {
};
export const MIN_PARCELLE_ID_LENGTH = 14;

export const DEFAULT_HELP_URL = 'https://github.com/georchestra/cadastrapp/wiki/Guide-Utilisateur';
export const DEFAULT_HELP_URL = 'https://docs.georchestra.org/cadastrapp/latest/guide_utilisateur/';

export const MOUSE_EVENT = 'mousemove';

Expand Down

0 comments on commit ddba0e1

Please sign in to comment.