Skip to content

Commit b9b68a8

Browse files
mjqsamuel-williams-shopify
authored andcommitted
Fix broken links in readme
1 parent f927b28 commit b9b68a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ Utopia is a website generation framework which provides a robust set of tools to
1313

1414
## Usage
1515

16-
Please see the [project documentation](https://github.com/ioquatix/utopia) for more details.
16+
Please see the [project documentation](https://socketry.github.io/utopia/) for more details.
1717

18-
- [Getting Started](https://github.com/ioquatix/utopiaguides/getting-started/index) - This guide explains how to set up a `utopia` website for local development and deployment.
18+
- [Getting Started](https://socketry.github.io/utopia/guides/getting-started/index.html) - This guide explains how to set up a `utopia` website for local development and deployment.
1919

20-
- [Middleware](https://github.com/ioquatix/utopiaguides/middleware/index) - This guide gives an overview of the different Rack middleware used by Utopia.
20+
- [Middleware](https://socketry.github.io/utopia/guides/middleware/index.html) - This guide gives an overview of the different Rack middleware used by Utopia.
2121

22-
- [Server Setup](https://github.com/ioquatix/utopiaguides/server-setup/index) - This guide explains how to deploy a `utopia` web application.
22+
- [Server Setup](https://socketry.github.io/utopia/guides/server-setup/index.html) - This guide explains how to deploy a `utopia` web application.
2323

24-
- [Installing JavaScript Libraries](https://github.com/ioquatix/utopiaguides/integrating-with-javascript/index) - Utopia integrates with Yarn and provides a [bake task](https://github.com/ioquatix/bake) to simplify deployment packages distributed using `yarn` that implement the `dist` sub-directory convention.
24+
- [Installing JavaScript Libraries](https://socketry.github.io/utopia/guides/integrating-with-javascript/index.html) - Utopia integrates with Yarn and provides a [bake task](https://github.com/ioquatix/bake) to simplify deployment packages distributed using `yarn` that implement the `dist` sub-directory convention.
2525

26-
- [What is XNode?](https://github.com/ioquatix/utopiaguides/what-is-xnode/index) - This guide explains the `xnode` view layer and how it can be used to build efficient websites.
26+
- [What is XNode?](https://socketry.github.io/utopia/guides/what-is-xnode/index.html) - This guide explains the `xnode` view layer and how it can be used to build efficient websites.
2727

28-
- [Updating Utopia](https://github.com/ioquatix/utopiaguides/updating-utopia/index) - This guide explains how to update existing `utopia` websites.
28+
- [Updating Utopia](https://socketry.github.io/utopia/guides/updating-utopia/index.html) - This guide explains how to update existing `utopia` websites.
2929

3030
## Releases
3131

32-
Please see the [project releases](https://github.com/ioquatix/utopiareleases/index) for all releases.
32+
Please see the [project releases](https://socketry.github.io/utopia/releases/index.html) for all releases.
3333

3434
### v2.27.0
3535

0 commit comments

Comments
 (0)