Skip to content

Commit

Permalink
updated observer manual link (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniri authored Dec 4, 2020
1 parent c5d9546 commit db1fef2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { EnvironmentConfig } from '../typings';
export const environment: EnvironmentConfig = {
production: true,
observerGuideUrl:
'https://votcorect.ro/wp-content/uploads/2020/09/Manualul-observatorului-locale-2020-public.pdf',
'https://fiecarevot.ro/wp-content/uploads/2020/12/Manual-observatori-FV-parlamentare2020.pdf',
apiUrl: 'https://api.votemonitor.org/',
};
2 changes: 1 addition & 1 deletion src/environments/environment.qa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { EnvironmentConfig } from '../typings';
export const environment: EnvironmentConfig = {
production: true,
observerGuideUrl:
'https://votcorect.ro/wp-content/uploads/2020/09/Manualul-observatorului-locale-2020-public.pdf',
'https://fiecarevot.ro/wp-content/uploads/2020/12/Manual-observatori-FV-parlamentare2020.pdf',
apiUrl: 'https://api.votemonitor.org/',
};
2 changes: 1 addition & 1 deletion src/environments/environment.token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import { EnvironmentConfig } from 'src/typings';

export const environment: EnvironmentConfig = {
production: false,
observerGuideUrl: 'http://monitorizare-vot-ghid.azurewebsites.net/',
observerGuideUrl: 'https://fiecarevot.ro/wp-content/uploads/2020/12/Manual-observatori-FV-parlamentare2020.pdf',
apiUrl: 'https://#{apiEndpoint}#',
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import { EnvironmentConfig } from '../typings';
export const environment: EnvironmentConfig = {
production: false,
observerGuideUrl:
'https://votcorect.ro/wp-content/uploads/2020/09/Manualul-observatorului-locale-2020-public.pdf',
'https://fiecarevot.ro/wp-content/uploads/2020/12/Manual-observatori-FV-parlamentare2020.pdf',
apiUrl: 'https://api.votemonitor.org/',
};

1 comment on commit db1fef2

@vercel
Copy link

@vercel vercel bot commented on db1fef2 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.