Skip to content

Commit

Permalink
Chore: Update links to website (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn authored Nov 30, 2023
1 parent d2c332e commit bfef8c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-example/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

1 comment on commit bfef8c7

@vercel
Copy link

@vercel vercel bot commented on bfef8c7 Nov 30, 2023

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.