You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -150,7 +151,6 @@ export default function GigApply(props) {
150
151
</div>
151
152
</div>
152
153
<h4>TOPCODER INFORMATION</h4>
153
-
<p>If you have a Topcoder profile, please share. <ahref="https://accounts.topcoder.com/member/registration?utm_source=community&utm_campaign=recruit&utm_medium=GigWork-application-page"target="_blank"rel="noopener noreferrer">Not a Member</a>?</p>
154
154
<divstyleName="form-section">
155
155
<divstyleName="form-row">
156
156
<TextInput
@@ -159,13 +159,15 @@ export default function GigApply(props) {
<Linkto={config.GIGS_PAGES_PATH}>VIEW OTHER JOBS</Link>
@@ -179,15 +193,15 @@ export default function GigDetails(props) {
179
193
<ul>
180
194
<li>
181
195
<imgsrc={iconLabel1}alt="label 1"/>
182
-
<div><strong>Make sure your <atarget="_blank"rel="noreferrer"href="https://www.topcoder.com/settings/profile">Topcoder profile</a> says it all.</strong> Fill out your profile to the best of your ability. Your skills, your location, your devices, etc, all help you improve your chances of being selected for a gig.</div>
196
+
<div><strong>Make sure your <atarget="_blank"rel="noreferrer"href="/settings/profile">Topcoder profile</a> says it all.</strong> Fill out your profile to the best of your ability. Your skills, your location, your devices, etc, all help you improve your chances of being selected for a gig.</div>
183
197
</li>
184
198
<li>
185
199
<imgsrc={iconLabel2}alt="label 2"/>
186
-
<div><strong>Let us know you’re here!</strong> Check in on our <atarget="_blank"rel="noreferrer"href="https://apps.topcoder.com/forums/?module=ThreadList&forumID=703475">Gig Work forum</a> and tell us you’re looking for a gig. It’s great visibility for the Gig team.</div>
200
+
<div><strong>Let us know you’re here!</strong> Check in on our <atarget="_blank"rel="noreferrer"href={`${config.URL.FORUMS_VANILLA}/categories/gig-work-discusssions`}>Gig Work forum</a> and tell us you’re looking for a gig. It’s great visibility for the Gig team.</div>
187
201
</li>
188
202
<li>
189
203
<imgsrc={iconLabel3}alt="label 3"/>
190
-
<div><strong>Check out our <atarget="_blank"rel="noreferrer"href="https://www.topcoder.com/challenges">Topcoder challenges</a> and participate.</strong> Challenges showing your technology skills make you a “qualified” candidate so we know you’re good. The proof is in the pudding!</div>
204
+
<div><strong>Check out our <atarget="_blank"rel="noreferrer"href="/challenges">Topcoder challenges</a> and participate.</strong> Challenges showing your technology skills make you a “qualified” candidate so we know you’re good. The proof is in the pudding!</div>
191
205
</li>
192
206
</ul>
193
207
</div>
@@ -211,6 +225,9 @@ export default function GigDetails(props) {
<pclassName={modalStyle.regTxt}>Not a member? Register <ahref={`${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}`}>here</a>.</p>
0 commit comments