File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 649649 },
650650 {
651651 "link" : " /careers" ,
652- "redirect" : " https://www. appwrite.careers"
652+ "redirect" : " https://appwrite.careers"
653653 },
654654 {
655655 "link" : " /policy/terms" ,
Original file line number Diff line number Diff line change 4646 },
4747 {
4848 label: ' Status' ,
49- href: ' https://www. appwrite.online' ,
49+ href: ' https://appwrite.online' ,
5050 target: ' _blank' ,
5151 rel: ' noopener noreferrer'
5252 }
5656 { label: ' Company' , href: ' /company' },
5757 {
5858 label: ' Careers' ,
59- href: ' https://www. appwrite.careers' ,
59+ href: ' https://appwrite.careers' ,
6060 target: ' _blank' ,
6161 rel: ' noopener noreferrer'
6262 },
Original file line number Diff line number Diff line change 8585 <a href =" /discord" target =" _blank" rel =" noopener noreferrer" >Support</a >
8686 </li >
8787 <li >
88- <a href =" https://www. appwrite.online" target =" _blank" rel =" noopener noreferrer"
88+ <a href =" https://appwrite.online" target =" _blank" rel =" noopener noreferrer"
8989 >Status</a
9090 >
9191 </li >
Original file line number Diff line number Diff line change 273273 <div class =" u-flex-vertical u-gap-32" >
274274 <h2 class =" aw-display aw-u-color-text-primary" >Designed for and by developers</h2 >
275275 <a
276- href =" https://www. appwrite.careers"
276+ href =" https://appwrite.careers"
277277 class =" aw-button u-cross-child-start aw-u-inline-width-100-percent-mobile-break1"
278278 target =" _blank"
279279 rel =" noopener noreferrer"
725725 Find your next career at Appwrite and join a team of remote workers.
726726 </p >
727727 <a
728- href =" https://www. appwrite.careers"
728+ href =" https://appwrite.careers"
729729 target =" _blank"
730730 rel =" noopener noreferrer"
731731 class =" aw-button is-transparent u-cross-child-center u-margin-block-start-16"
Original file line number Diff line number Diff line change 11import { redirect } from '@sveltejs/kit' ;
22
33export const load = async ( ) => {
4- throw redirect ( 301 , 'https://www. appwrite.careers' ) ;
4+ throw redirect ( 301 , 'https://appwrite.careers' ) ;
55} ;
You can’t perform that action at this time.
0 commit comments