From bfef8c7cb7bbbfcbc8a4cf48e16628e394fb8884 Mon Sep 17 00:00:00 2001 From: Naman Goel Date: Wed, 29 Nov 2023 21:15:23 -0800 Subject: [PATCH] Chore: Update links to website (#18) --- .github/CONTRIBUTING.md | 2 +- README.md | 4 ++-- apps/docs/docusaurus.config.js | 2 +- apps/nextjs-example/app/page.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b26c0205..828ee061 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -68,7 +68,7 @@ npm run start -w docs ### New Features Please, familiarize yourself with -[StyleX's goals and architectural principles](https://stylex-docusaurus.vercel.app/docs/learn/thinking-in-stylex/), +[StyleX's goals and architectural principles](https://stylexjs.com/docs/learn/thinking-in-stylex/), and open an issue with a proposal when suggesting a new feature of behavioural change. We don't want you to waste your efforts on a pull request that we won't want to accept. diff --git a/README.md b/README.md index 97dcc82e..537adeca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ interfaces. ## Documentation -[Documentation Website](https://stylex-docusaurus.vercel.app/) +[Documentation Website](https://stylexjs.com) Documentation for individual packages can be found in their respective README files. Start with @@ -89,7 +89,7 @@ improvements, and how to build and test your changes. Before proposing a change or addition to the StyleX API, you should familiarize yourself with the -[goals and architectural principles](https://stylex-docusaurus.vercel.app/docs/learn/thinking-in-stylex/) +[goals and architectural principles](https://stylexjs.com/docs/learn/thinking-in-stylex/) of the project/ ### License diff --git a/apps/docs/docusaurus.config.js b/apps/docs/docusaurus.config.js index 12cb57f4..7905305e 100644 --- a/apps/docs/docusaurus.config.js +++ b/apps/docs/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { title: 'StyleX', tagline: 'Super fast atomic styles, no thought required.', - url: 'https://stylex-docusaurus-nmn.vercel.app', + url: 'https://stylexjs.com', baseUrl: '/', trailingSlash: true, onBrokenLinks: 'throw', diff --git a/apps/nextjs-example/app/page.tsx b/apps/nextjs-example/app/page.tsx index a8d6776d..21bd1858 100644 --- a/apps/nextjs-example/app/page.tsx +++ b/apps/nextjs-example/app/page.tsx @@ -133,7 +133,7 @@ const s = stylex.create({ }, }); -const HOMEPAGE = 'http://stylex-docusaurus.vercel.app'; +const HOMEPAGE = 'https://stylexjs.com'; export default function Home() { return (