Fix broken state nomination official site URLs
This commit is contained in:
parent
42210f2004
commit
efc0553920
1 changed files with 8 additions and 8 deletions
|
|
@ -135,49 +135,49 @@ export const STATE_CRITERIA = [
|
|||
state: 'NSW', fullName: 'New South Wales',
|
||||
sc190: { minPoints: 90, notes: 'Must have employment offer or strong ties to NSW. High demand occupations only.' },
|
||||
sc491: { minPoints: 85, notes: 'Regional NSW only. Must live/work in designated regional areas.' },
|
||||
website: 'https://www.nsw.gov.au/working-in-nsw/visa-and-migration',
|
||||
website: 'https://www.nsw.gov.au/visas-and-migration/skilled-visas',
|
||||
},
|
||||
{
|
||||
state: 'VIC', fullName: 'Victoria',
|
||||
sc190: { minPoints: 90, notes: 'Expression of Interest submitted via Victoria\'s Skilled Visa portal. Occupations from Victorian list.' },
|
||||
sc491: { minPoints: 85, notes: 'Must live and work in regional Victoria.' },
|
||||
website: 'https://business.vic.gov.au/visa-and-migration',
|
||||
website: 'https://liveinmelbourne.vic.gov.au/migrate/skilled-migration-visas',
|
||||
},
|
||||
{
|
||||
state: 'QLD', fullName: 'Queensland',
|
||||
sc190: { minPoints: 85, notes: 'QLD Skills in Demand list. Must intend to live and work in QLD.' },
|
||||
sc491: { minPoints: 80, notes: 'Regional QLD. Must live in designated regions.' },
|
||||
website: 'https://migration.qld.gov.au/',
|
||||
website: 'https://migration.qld.gov.au/visa-options/skilled-visas',
|
||||
},
|
||||
{
|
||||
state: 'WA', fullName: 'Western Australia',
|
||||
sc190: { minPoints: 80, notes: 'WA Skilled Migration Occupation List. Strong preference for in-demand trades/healthcare.' },
|
||||
sc491: { minPoints: 75, notes: 'Regional WA. Must reside in regional WA.' },
|
||||
website: 'https://www.wa.gov.au/service/employment/migration/migrate-western-australia',
|
||||
website: 'https://migration.wa.gov.au/our-services-support/state-nominated-migration-program',
|
||||
},
|
||||
{
|
||||
state: 'SA', fullName: 'South Australia',
|
||||
sc190: { minPoints: 75, notes: 'SA Critical Skills List. Lower threshold but strong occupation requirement.' },
|
||||
sc491: { minPoints: 65, notes: 'Regional SA. Must live and work in SA.' },
|
||||
website: 'https://www.migration.sa.gov.au/',
|
||||
website: 'https://migration.sa.gov.au/before-applying/visa-options-and-pathways/skilled-migrants',
|
||||
},
|
||||
{
|
||||
state: 'TAS', fullName: 'Tasmania',
|
||||
sc190: { minPoints: 65, notes: 'Open to most eligible occupations. Must intend to live and work in Tasmania.' },
|
||||
sc491: { minPoints: 60, notes: 'All of Tasmania is classified as regional.' },
|
||||
website: 'https://www.migration.tas.gov.au/',
|
||||
website: 'https://www.migration.tas.gov.au/skilled_migration',
|
||||
},
|
||||
{
|
||||
state: 'ACT', fullName: 'Australian Capital Territory',
|
||||
sc190: { minPoints: 90, notes: 'ACT Critical Skills List. Must have an ACT-based job offer in most cases.' },
|
||||
sc491: { minPoints: null, notes: 'ACT does not participate in SC 491 (not a regional state).' },
|
||||
website: 'https://www.act.gov.au/migration',
|
||||
website: 'https://www.act.gov.au/migration/skilled-migrants',
|
||||
},
|
||||
{
|
||||
state: 'NT', fullName: 'Northern Territory',
|
||||
sc190: { minPoints: 65, notes: 'NT occupation list. Lower points threshold. Strong demand for trades, healthcare, agriculture.' },
|
||||
sc491: { minPoints: 60, notes: 'All of NT is classified as regional.' },
|
||||
website: 'https://migration.nt.gov.au/',
|
||||
website: 'https://australiasnorthernterritory.com.au/move/migrate-to-work/nt-government-visa-nomination',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue