11[ ![ npm] ( https://img.shields.io/npm/v/alinea.svg )] ( https://npmjs.org/package/alinea )
22[ ![ install size] ( https://packagephobia.com/badge?p=alinea )] ( https://packagephobia.com/result?p=alinea )
33
4- # [ ![ Alinea CMS logo] ( https://github.com/alineacms/alinea/raw/HEAD/apps/web/public/logo.svg )] ( https://alinea.sh )
4+ # [ ![ Alinea CMS logo] ( https://github.com/alineacms/alinea/raw/HEAD/apps/web/public/logo.svg )] ( https://alineacms.com )
55
66Alinea is a modern content management system.
77
@@ -29,7 +29,7 @@ Open the dashboard to have a look around
2929npx alinea dev
3030```
3131
32- [ Start configuring types and fields →] ( https://alinea.sh /docs/configuration )
32+ [ Start configuring types and fields →] ( https://alineacms.com /docs/configuration )
3333
3434## Configure
3535
@@ -50,7 +50,7 @@ const Blog = Config.document('Blog', {
5050})
5151```
5252
53- [ Type options and fields →] ( https://alinea.sh /docs/configuration )
53+ [ Type options and fields →] ( https://alineacms.com /docs/configuration )
5454
5555## Query
5656
@@ -76,18 +76,18 @@ console.log(
7676)
7777```
7878
79- [ See the full api →] ( https://alinea.sh /docs/content/query )
79+ [ See the full api →] ( https://alineacms.com /docs/content/query )
8080
8181Content is available during static site generation and when server side querying.
8282Content is bundled with your code and can be queried with zero network overhead.
8383
84- [ How alinea bundles content →] ( https://alinea.sh /docs/content )
84+ [ How alinea bundles content →] ( https://alineacms.com /docs/content )
8585
8686## Deploy anywhere
8787
8888Alinea supports custom backends that can be hosted as a simple Node.js process or on serverless runtimes.
8989
90- [ Setup your backend →] ( https://alinea.sh /docs/deploy )
90+ [ Setup your backend →] ( https://alineacms.com /docs/deploy )
9191
9292## How to contribute to this project
9393
0 commit comments